DateTimePickerFormat
Wisej.Web.DateTimePickerFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the date and time format the DateTimePicker control displays.
Fields
Name | Description |
---|---|
Custom | The DateTimePicker control displays the date/time value in a custom format defined in the CustomFormat property. |
DateTime | The DateTimePicker control displays the date/time value using the default date + time format (G). |
Long | The DateTimePicker control displays the date/time value using the default long date format (D). |
Short | The DateTimePicker control displays the date/time value using the default short date format (d). |
Time | The DateTimePicker control displays the date/time value using the default time format (T). |
Used By
Name | Description |
---|---|
Returns or sets the format of the date/time value displayed in the control. | |
Returns or sets the format of the date/time value displayed in the control. | |
Returns or sets the format of the date/time value displayed in the control. |
Last updated