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

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

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

Return Value

true if the minDate should be persisted.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace