[]
        
(Showing Draft Content)

C1.Win.C1Input.DateTimeField

DateTimeField Enum

Used by InitialField property and GoToField(DateTimeField, bool) method.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public enum DateTimeField

Fields

Name Description
AMPM

The date-time field that contains the AMPM part of the value.

DayOfMonth

The date-time field that contains the DayOfMonth part of the value.

Era

The date-time field that contains the Era part of the value.

Hour

The date-time field that contains the Hour part of the value.

Manual

Used the default date-time field.

Minute

The date-time field that contains the Minute part of the value.

Month

The date-time field that contains the Month part of the value.

Second

The date-time field that contains the Second part of the value.

Year

The date-time field that contains the Year part of the value.