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.SelectionStart

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

See Also

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