Class DateParts
This enum classifies Default DateParts type.
Inheritance
System.Object
DateParts
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class DateParts : Enum
Fields
Day
Specifies values representing that the object holding this value is day.
Declaration
public const DateParts Day
Field Value
Type |
---|
DateParts |
Month
Specifies values representing that the object holding this value is month.
Declaration
public const DateParts Month
Field Value
Type |
---|
DateParts |
None
Specifies values representing that the object holding this value is None.
Declaration
public const DateParts None
Field Value
Type |
---|
DateParts |
Year
Specifies values representing that the object holding this value is year.
Declaration
public const DateParts Year
Field Value
Type |
---|
DateParts |