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

Indicates whether or not the TodayDate property follows wall-clock time; ie. TodayDate will always equal the current system date.

[Visual Basic]
Public ReadOnly Property TodayDateSet As Boolean
[C#]
public bool TodayDateSet {get;}
[C++]
public: __property bool get_TodayDateSet();
[JScript]
public function get TodayDateSet() : Boolean;

See Also

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