IADsTimestamp Property Methods

The property method of the IADsTimestamp interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties

EventID

An event identifier.

Access type: Read/write

Scripting data type: LONG

// C++ method syntax
HRESULT get_EventID(
  [out] LONG* retval
);
HRESULT put_EventID(
  [in] LONG lnEventID
);

WholeSeconds

Number of seconds with zero value being 12:00 AM, January 1970, UTC.

Access type: Read/write

Scripting data type: LONG

// C++ method syntax
HRESULT get_WholeSeconds(
  [out] LONG* retVal
);
HRESULT put_WholeSeconds(
  [in] LONG lnWholeSeconds
);

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsTimestamp is defined as B2F5A901-4080-11D1-A3AC-00C04FB950DC

See also

IADsTimestamp

ADS_TIMESTAMP