Enum DateTimeFormatPattern
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Defines the default pattern to use when formatting date- and time values.
public enum DateTimeFormatPattern
Fields
LongDate = 1
Displays a date using the long-date format.
LongDateTime = 5
Displays a date using the long-date format in conjunction with the long-time format.
LongTime = 3
Displays a time using the long-time format.
ShortDate = 0
Displays a date using the short-date format.
ShortDateTime = 4
Displays a date using the short-date format in conjunction with the short-time format.
ShortTime = 2
Displays a time using the short-time format.