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();
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | TodayDate