EEPNTIMETYPE

typedef enum tag_EEPNTIMETYPE
{
   EPN_ENUM_TIMETYPE_24_LONG, 
   EPN_ENUM_TIMETYPE_24_SHORT, 
   EPN_ENUM_TIMETYPE_12_LONG, 
   EPN_ENUM_TIMETYPE_12_SHORT
}EEPNTIMETYPE, L_FAR * pEEPNTIMETYPE;

The EEPNTIMETYPE enumeration specifies the time format.

Value

Meaning

EPN_ENUM_TIMETYPE_24_LONG

The time will appear in terms of 24 hours; and the seconds are included.

EPN_ENUM_TIMETYPE_24_SHORT

The time will appear in terms of 24 hours; and the seconds are not included.

EPN_ENUM_TIMETYPE_12_LONG

The time will appear in terms of 12 hours; and the seconds are included.

EPN_ENUM_TIMETYPE_12_SHORT

The time will appear in terms of 12 hours; and the seconds are not included.

Comments

This enumeration is used within the EPNNAMINGOPTIONS structure.