FaxStatus.StartTime property

Retrieves the StartTime property for the FaxStatus object of a parent FaxPort object. The StartTime property is a number that represents the starting time for an active fax job.

This property is read-only.

Syntax

Property StartTime As Date

Property value

A Date that receives the time, expressed in UTC, when an active fax job began transmitting a document on the specified port.

For more information about the Date data type, see the Microsoft Visual C++ Programmer's Guide.

Remarks

You can use the StartTime property of a FaxStatus object in conjunction with the ElapsedTime property of the object to inform users about the transmission length of a fax job.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxStatus

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxStatus

ElapsedTime

IFaxPorts

IFaxPort