Enum
DateTimeComponentType

Defines the possible modifiable components of a date time item in a DateTimeList.

Definition

Namespace:Telerik.UI.Xaml.Controls.Input

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum DateTimeComponentType

Fields

AMPM

The time span of a given DateTime value is considered.

Declaration

cs-api-definition
AMPM = 6

Field Value

DateTimeComponentType

Day

The day part of the DateTime structure is considered.

Declaration

cs-api-definition
Day = 0

Field Value

DateTimeComponentType

Hour

The hour part of the DateTime structure is considered.

Declaration

cs-api-definition
Hour = 3

Field Value

DateTimeComponentType

Minute

The minute part of the DateTime structure is considered.

Declaration

cs-api-definition
Minute = 4

Field Value

DateTimeComponentType

Month

The month part of the DateTime structure is considered.

Declaration

cs-api-definition
Month = 1

Field Value

DateTimeComponentType

Second

The second part of the DateTime structure is considered.

Declaration

cs-api-definition
Second = 5

Field Value

DateTimeComponentType

Year

The year part of the DateTime structure is considered.

Declaration

cs-api-definition
Year = 2

Field Value

DateTimeComponentType

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