DekGenius.com
[ Team LiB ] Previous Section Next Section

SelectionRange

System.Windows.Forms (system.windows.forms.dll)sealed class

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

    [ Team LiB ] Previous Section Next Section