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!

DateTimeFormatEventArgs.format

Format string associated with the DateTimePicker.

[Visual Basic]
Public ReadOnly format As String
[C#]
public readonly string format;
[C++]
public: readonly String* format;
[JScript]
public var format : String;

See Also

DateTimeFormatEventArgs Class | DateTimeFormatEventArgs Members | System.WinForms Namespace