typedef enum tag_EEPNDATETYPE
{
EPN_ENUM_DATETYPE_LONG,
EPN_ENUM_DATETYPE_SHORT
}EEPNDATETYPE, L_FAR * pEEPNDATETYPE;
The EEPNDATETYPE enumeration specifies the date format.
Value |
Meaning |
EPN_ENUM_DATETYPE_LONG |
Days and months will use full names. |
EPN_ENUM_DATETYPE_SHORT |
Days and months names will be used as abbreviations. |
Comments
This enumeration is used within the EPNNAMINGOPTIONS structure.