The content and format of a DateTimePicker.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum DateTimePickerFormat
Visual Basic (Declaration)
Public Enumeration DateTimePickerFormat

Members

Member nameDescription
LongDate
The date, using the system long date format.
ShortDate
The date, using the system short date format.
LongTime
The time of day, using the system long time format.
ShortTime
The time of day, using the system short time format.
Custom
The date and time, using a custom format.

See Also