Class DateTimePattern
Inheritance
System.Object
DateTimePattern
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class DateTimePattern : Enum
Fields
CustomPattern
Chosen value indicates that customized by user DateTime pattern will be used.
Declaration
public const DateTimePattern CustomPattern
Field Value
Type |
---|
DateTimePattern |
FullDateTime
Chosen value indicates that this is standard FullDateTime pattern.
Declaration
public const DateTimePattern FullDateTime
Field Value
Type |
---|
DateTimePattern |
LongDate
Chosen value indicates that this is standard LongDate pattern.
Declaration
public const DateTimePattern LongDate
Field Value
Type |
---|
DateTimePattern |
LongTime
Chosen value indicates that this is standard LongTime pattern.
Declaration
public const DateTimePattern LongTime
Field Value
Type |
---|
DateTimePattern |
MonthDay
Chosen value indicates that this is standard MonthDay pattern.
Declaration
public const DateTimePattern MonthDay
Field Value
Type |
---|
DateTimePattern |
RFC1123
Chosen value indicates that this is standard RFC1123 pattern.
Declaration
public const DateTimePattern RFC1123
Field Value
Type |
---|
DateTimePattern |
ShortDate
Chosen value indicates that this is standard ShortDate pattern.
Declaration
public const DateTimePattern ShortDate
Field Value
Type |
---|
DateTimePattern |
ShortTime
Chosen value indicates that this is standard ShortTime pattern.
Declaration
public const DateTimePattern ShortTime
Field Value
Type |
---|
DateTimePattern |
SortableDateTime
Chosen value indicates that this is standard ShortDateTime pattern.
Declaration
public const DateTimePattern SortableDateTime
Field Value
Type |
---|
DateTimePattern |
UniversalSortableDateTime
Chosen value indicates that this is standard UniversalSortableDateTime pattern.
Declaration
public const DateTimePattern UniversalSortableDateTime
Field Value
Type |
---|
DateTimePattern |
YearMonth
Chosen value indicates that this is standard YearMonth pattern.
Declaration
public const DateTimePattern YearMonth
Field Value
Type |
---|
DateTimePattern |