Constants that specify how the date and time picker control displays date and time information.
[Visual Basic] Public Enum DateTimePickerFormats [C#] public enum DateTimePickerFormats [C++] public enum DateTimePickerFormats
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Custom | Custom format- produces output in custom format. |
Long | Long format- produces output in the form "Wednesday, April 7, 1999" |
Short | Short format- produces output in the form "4/7/99" |
Time | Time format- produces output in time format |
Namespace: System.WinForms
Assembly: System.WinForms.dll