The start date of the selection range. If this value is after the current end selection, or if selecting this date would cause the selection range to exceed the maximum selection count, then the starting date will not be set.
[Visual Basic] Public Property SelectionStart As DateTime [C#] public DateTime SelectionStart {get; set;} [C++] public: __property DateTime get_SelectionStart(); public: __property void set_SelectionStart(DateTime); [JScript] public function get SelectionStart() : DateTime; public function set SelectionStart(DateTime);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | SelectionEnd