Enum DateTimePattern
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum DateTimePatternFields
| Name | Description | 
|---|---|
| CustomPattern | Chosen value indicates that customized by user DateTime pattern will be used. | 
| FullDateTime | Chosen value indicates that this is standard FullDateTime pattern. | 
| LongDate | Chosen value indicates that this is standard LongDate pattern. | 
| LongTime | Chosen value indicates that this is standard LongTime pattern. | 
| MonthDay | Chosen value indicates that this is standard MonthDay pattern. | 
| RFC1123 | Chosen value indicates that this is standard RFC1123 pattern. | 
| ShortDate | Chosen value indicates that this is standard ShortDate pattern. | 
| ShortTime | Chosen value indicates that this is standard ShortTime pattern. | 
| SortableDateTime | Chosen value indicates that this is standard ShortDateTime pattern. | 
| UniversalSortableDateTime | Chosen value indicates that this is standard UniversalSortableDateTime pattern. | 
| YearMonth | Chosen value indicates that this is standard YearMonth pattern. |