Class DateTimePart
Identifies the significant parts of a System.DateTime structure.
Inheritance
System.Object
DateTimePart
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DateTimePart : Enum
Fields
Date
The System.DateTime.Date part is significant.
Declaration
public const DateTimePart Date
Field Value
DateTimePart
|
Ticks
Time
The System.DateTime.TimeOfDay part is significant.
Declaration
public const DateTimePart Time
Field Value
DateTimePart
|
value__
Declaration
public int value__
Field Value
System.Int32
|