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