March 2003
Intermediate to advanced
896 pages
32h 35m
English
SelectionRange
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 }
MonthCalendar.{GetDisplayRange(),
SelectionRange}
MonthCalendar.SelectionRange
Read now
Unlock full access