IAPI::GetTimeStampEx

property GetTimeStampEx.

Retrieves timestamp string formated as  jj/mm/aaaa - hh:mn:ss.mss or hh:mn:ss.mss

 

HRESULT GetTimeStampEx(
  long TimePartOnly,
  BSTR *pVal
);

Parameters

TimePartOnly

[in,defaultvalue(1)] . If 0  date and time are retrieved.

pVal

[out, retval] The returned value is a string of timestamp.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI