NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.SelectionEnd

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);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | SelectionStart