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

Returns the custom format.

[Visual Basic]
Public Property CustomFormat As String
[C#]
public string CustomFormat {get; set;}
[C++]
public: __property String* get_CustomFormat();
public: __property void set_CustomFormat(String*);
[JScript]
public function get CustomFormat() : String;
public function set CustomFormat(String);

Property Value

Custom format string.

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace