Skip to main content
Version: 3.5

DateTimePickerFormat

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the date and time format the DateTimePicker control displays.

public enum DateTimePickerFormat : Enum

Fields

NameDescription
CustomThe DateTimePicker control displays the date/time value in a custom format defined in the CustomFormat property.
DateTimeThe DateTimePicker control displays the date/time value using the default date + time format (G).
LongThe DateTimePicker control displays the date/time value using the default long date format (D).
ShortThe DateTimePicker control displays the date/time value using the default short date format (d).
TimeThe DateTimePicker control displays the date/time value using the default time format (T).

Used By

NameDescription
DateTimePicker.FormatReturns or sets the format of the date/time value displayed in the control.
DataGridViewDateTimePickerCell.FormatReturns or sets the format of the date/time value displayed in the control.
DataGridViewDateTimePickerColumn.FormatReturns or sets the format of the date/time value displayed in the control.