FAX_TIME structure (winfax.h)

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

Syntax

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

Members

Hour

Type: WORD

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

Minute

Type: WORD

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header winfax.h

See also

FAX_CONFIGURATION

Fax Service Client API Structures

Fax Service Client API for Windows 2000

FaxGetConfiguration

FaxSetConfiguration