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

Retrieves true if the todayDate should be persisted in code gen.

[Visual Basic]
Public Function ShouldPersistTodayDate() As Boolean
[C#]
public bool ShouldPersistTodayDate();
[C++]
public: bool ShouldPersistTodayDate();
[JScript]
public function ShouldPersistTodayDate() : Boolean;

Return Value

true if the todayDate should be persisted.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace