Enum
DateTimeSectionType

Indicates the type of a section.

Definition

Namespace:Telerik.Windows.Controls.MaskedInput

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum DateTimeSectionType

Fields

AMPM

AM/PM section.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "AMPM")]
AMPM = 7

Field Value

DateTimeSectionType

Day

Day section.

Declaration

cs-api-definition
Day = 0

Field Value

DateTimeSectionType

Hour

Hour section.

Declaration

cs-api-definition
Hour = 3

Field Value

DateTimeSectionType

Millisecond

Millisecond section.

Declaration

cs-api-definition
Millisecond = 6

Field Value

DateTimeSectionType

Minute

Minute section.

Declaration

cs-api-definition
Minute = 4

Field Value

DateTimeSectionType

Month

Month section.

Declaration

cs-api-definition
Month = 1

Field Value

DateTimeSectionType

Second

Second section.

Declaration

cs-api-definition
Second = 5

Field Value

DateTimeSectionType

Year

Year section.

Declaration

cs-api-definition
Year = 2

Field Value

DateTimeSectionType