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
-
-
Access type: Read/write
-
Scripting data type: LONG
-
// C++ method syntax HRESULT get_EventID( [out] LONG* retval ); HRESULT put_EventID( [in] LONG lnEventID );
An event identifier.
-
-
WholeSeconds
-
-
Access type: Read/write
-
Scripting data type: LONG
-
// C++ method syntax HRESULT get_WholeSeconds( [out] LONG* retVal ); HRESULT put_WholeSeconds( [in] LONG lnWholeSeconds );
Number of seconds with zero value being 12:00 AM, January 1970, UTC.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
DLL |
|
IID |
IID_IADsTimestamp is defined as B2F5A901-4080-11D1-A3AC-00C04FB950DC |