Microsoft DirectX 8.1 (C++)

ICAOffer::get_StartTime

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

The get_StartTime method retrieves the date and time when the offer becomes valid.

Syntax

HRESULT get_StartTime(
  DATE*  pdtStart
);

Parameters

  pdtStart

[out]  Pointer to a variable that receives the start date, in DATE format. Dates are specified in the local time zone.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also