Name

SelectionRange

Synopsis

This class represents the Start and End of a range of dates in a MonthCalendar control.


public sealed class SelectionRange {

// Public Constructors

   public SelectionRange();

   public SelectionRange(DateTime lower, DateTime upper);

   public SelectionRange(SelectionRange range);

// Public Instance Properties

   public DateTime End{set; get; }

   public DateTime Start{set; get; }

// Public Instance Methods

   public override string ToString();  // overrides object

}

Returned By

MonthCalendar.{GetDisplayRange(), SelectionRange}

Passed To

MonthCalendar.SelectionRange

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.