Enum DateParts
This enum classifies Default DateParts type.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public enum DateParts
Fields
Name | Description |
---|---|
Day | Specifies values representing that the object holding this value is day. |
Month | Specifies values representing that the object holding this value is month. |
None | Specifies values representing that the object holding this value is None. |
Year | Specifies values representing that the object holding this value is year. |