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

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

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

Return Value

true if the maxDate should be persisted.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace