The DateTimeFormat enumerated constant defines values describing the format of a date timestamp field.
BegEnum DateTimeFormat Access(*Public)
Remarks
DateTimeFormat defines values in which you can select one of the choices. The default is ISO.
Members
Member | Description | Value |
---|---|---|
DMY | Day/Month/Year. For date, dd/mm/yy. |
6 |
EUR | IBM European Standard. For date, dd.mm.yyyy. For time, hh.mm.ss. |
2 |
HMS | Hours/Minutes/Seconds. For time, hh:mm:ss. |
8 |
ISO | (Default) International Standards Organization. For date, yyyy-mm-dd. For time, hh.mm.ss. |
0 |
JIS | Japanese Industrial Standard Christian Era. For date, yyyy-mm-dd. For time, hh:mm:ss. |
3 |
JUL | Julian. For date, yy/ddd. |
7 |
MDY | Month/Day/Year. For date, mm/dd/yy. |
5 |
USA | IBM USA Standard. For date, mm/dd/yyyy. For time, hh:mm AM. |
1 |
YMD | Year/Month/Day. For date, yy/mm/dd. |
4 |
Requirements
Namespace: ASNA.DataGate.PrintControls
Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8.x, Windows 10 .
Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)