The DateTimeType enumerated constant defines values describing the type of a date field.
BegEnum DateTimeType Access(*Public)
DateTimeType defines values in which you can select one of the choices. The default is DateField.
| Member | Description | Value |
|---|---|---|
|
DateField |
(Default) The field is a date, dd.mm.yyyy. |
0 |
|
TimeField |
The field is a time field, hh:mm:ss. |
1 |
|
TimeStampField |
The field is a time stamp field, date is yyyy-mm-dd; time is hh:mm:ss. |
2 |
Namespace: ASNA.DataGate.PrintControls
Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family
Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)