TESBMonthFormatType Type |
Unit
QESBPCSGlobals
Declaration
TESBMonthFormatType = (emfNumeric, emfShortMonth, emfLongMonth);
Values |
emfNumeric | Display Month as a Number between 1 and 12. |
emfShortMonth | use System ShortMonthNames. |
emfLongMonth | use System LongMonthNames. |
|