Enumeration for date format type.
Values of this enumeration can be used alone.
Enumerator |
---|
e_DateFormatMSlashD |
If this is used, "m/d" would be used as the date format string.
|
e_DateFormatMSlashDSlashYY |
If this is used, "m/d/yy" would be used as the date format string.
|
e_DateFormatMSlashDSlashYYYY |
If this is used, "m/d/yyyy" would be used as the date format string.
|
e_DateFormatMMSlashDDSlashYY |
If this is used, "mm/dd/yy" would be used as the date format string.
|
e_DateFormatMMSlashDDSlashYYYY |
If this is used, "mm/dd/yyyy" would be used as the date format string.
|
e_DateFormatDSlashMSlashYY |
If this is used, "d/m/yy" would be used as the date format string.
|
e_DateFormatDSlashMSlashYYYY |
If this is used, "d/m/yyyy" would be used as the date format string.
|
e_DateFormatDDSlashMMSlashYY |
If this is used, "dd/mm/yy" would be used as the date format string.
|
e_DateFormatDDSlashMMSlashYYYY |
If this is used, "dd/mm/yyyy" would be used as the date format string.
|
e_DateFormatMMSlashYY |
If this is used, "mm/yy" would be used as the date format string.
|
e_DateFormatMMSlashYYYY |
If this is used, "mm/yyyy" would be used as the date format string.
|
e_DateFormatMDotDDotYY |
If this is used, "m.d.yy" would be used as the date format string.
|
e_DateFormatMDotDDotYYYY |
If this is used, "m.d.yyyy" would be used as the date format string.
|
e_DateFormatMMDotDDDotYY |
If this is used, "mm.dd.yy" would be used as the date format string.
|
e_DateFormatMMDotDDDotYYYY |
If this is used, "mm.dd.yyyy" would be used as the date format string.
|
e_DateFormatMMDotYY |
If this is used, "mm.yy" would be used as the date format string.
|
e_DateFormatDDotMDotYYYY |
If this is used, "d.m.yyyy" would be used as the date format string.
|
e_DateFormatDDDotMMDotYY |
If this is used, "dd.mm.yy" would be used as the date format string.
|
e_DateFormatDDDotMMDotYYYY |
If this is used, "dd.mm.yyyy" would be used as the date format string.
|
e_DateFormatYYHyphenMMHyphenDD |
If this is used, "yy-mm-dd" would be used as the date format string.
|
e_DateFormatYYYYHyphenMMHyphenDD |
If this is used, "yyyy-mm-dd" would be used as the date format string.
|