Enum DatePart
This enum classifies date-time type.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public enum DatePart
Fields
Name | Description |
---|---|
Day | Specifies values representing that the object holding this value is day. |
Fraction | Specifies values representing that the object holding this value is fraction. |
Hour | Specifies values representing that the object holding this value is hour. |
Minute | Specifies values representing that the object holding this value is minute. |
Month | Specifies values representing that the object holding this value is month. |
Second | Specifies values representing that the object holding this value is second. |
Separator | Specifies values representing that the object holding this value is separator. |
Year | Specifies values representing that the object holding this value is year. |