Platform SDK: Fax Services

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).

typedef struct _FAX_TIME {
  WORD   Hour;    // current hour (0-23)
  WORD   Minute;  // current minute (0-59)
} FAX_TIME, *PFAX_TIME; 

Members

Hour
Specifies a 16-bit unsigned integer that is the current hour. Valid values are 0 through 23.
Minute
Specifies a 16-bit unsigned integer that is the current minute. Valid values are 0 through 59.

Remarks

The FAX_CONFIGURATION structure includes a FAX_TIME structure to describe the discount period that applies when a fax server is sending fax transmissions.

Requirements

  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.

See Also

Fax Service Client Application Programming Interface Overview, Fax Service Client API Structures, FAX_CONFIGURATION, FaxGetConfiguration, FaxSetConfiguration