DateTimePickerFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the date and time format the DateTimePicker control displays.
- C#
- VB.NET
public enum DateTimePickerFormat : Enum
Public Enum DateTimePickerFormat As [Enum]
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 |
|---|---|
| DateTimePicker.Format | Returns or sets the format of the date/time value displayed in the control. |
| DataGridViewDateTimePickerCell.Format | Returns or sets the format of the date/time value displayed in the control. |
| DataGridViewDateTimePickerColumn.Format | Returns or sets the format of the date/time value displayed in the control. |