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!

DateTimePicker.ShouldPersistFormat

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

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

Return Value

true if the format should be persisted.

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace