Enum
DateTimePart

Identifies the significant parts of a DateTime structure.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DateTimePart

Fields

Date

The Date part is significant.

Declaration

cs-api-definition
Date = 1

Field Value

DateTimePart

Ticks

Both the Date and Time parts are significant.

Declaration

cs-api-definition
Ticks = 0

Field Value

DateTimePart

Time

The TimeOfDay part is significant.

Declaration

cs-api-definition
Time = 2

Field Value

DateTimePart

In this article
DefinitionFieldsDateTicksTime
Not finding the help you need?
Contact Support