Microsoft DirectX 8.1 (C++)

ICAToll.TimePaid

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The TimePaid property retrieves the date and time when the toll was paid.

Syntax

objCAToll.TimePaid As Date

Parameters

This property does not take any parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns the date and time when the toll was paid, expressed as a DATE type. If the toll has not been paid, or was refunded, the value is 0.0.

Remarks

This property is read-only.

See Also