| Platform SDK: Fax Services | 
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).
typedef struct _FAX_TIME {
  WORD   Hour;    // current hour (0-23)
  WORD   Minute;  // current minute (0-59)
} FAX_TIME, *PFAX_TIME; 
The FAX_CONFIGURATION structure includes a FAX_TIME structure to describe the discount period that applies when a fax server is sending fax transmissions.
  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable with BackOffice Small Business Server.
  Header: Declared in Winfax.h.
  Unicode: Declared as Unicode and ANSI structures.
Fax Service Client Application Programming Interface Overview, Fax Service Client API Structures, FAX_CONFIGURATION, FaxGetConfiguration, FaxSetConfiguration