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

Resets the limits of the selection range. By default value, the upper and lower limit is the current date.

[Visual Basic]
Public Sub ResetSelectionRange()
[C#]
public void ResetSelectionRange();
[C++]
public: void ResetSelectionRange();
[JScript]
public function ResetSelectionRange();

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace