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

Resets the "today"'s date. By default value, "today" is the current date (and is automatically updated when the clock crosses over to the next day). If you set the today date yourself (using the TodayDate property) the control will no longer automatically update the current day for you. To re-enable this behavior, ResetTodayDate() is used.

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

See Also

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