2.2.61 FAX_TIME

The FAX_TIME structure represents a time, using individual members for the current hour and minute. The time is expressed in Coordinated Universal Time (UTC). This structure is used in _FAX_CONFIGURATIONW (section 2.2.29), _FAX_OUTBOX_CONFIG (section 2.2.17), FAX_GENERAL_CONFIG (section 2.2.31) structures.

 typedef struct {
   WORD Hour;
   WORD Minute;
 } FAX_TIME,
  *PFAX_TIME;

Hour: A 16-bit unsigned integer that holds the current hour. This value MUST be between 0 and 23 inclusive.

Minute: A 16-bit unsigned integer that holds the current minute. This value MUST be between 0 and 59 inclusive.