This document is archived and information here might be outdated. Recommended version. |
The request time value.
[Visual Basic .NET] Public Property TimeValue As ITimeValue
[C#] public ITimeValue TimeValue {get; set;}
[C++]
HRESULT get_TimeValue(
ITimeValue** ppTimeValue
);
[C++]
HRESULT putref_TimeValue(
ITimeValue* ppTimeValue
);
[C++]
Parameters ppTimeValue [out, retval]
ppTimeValue is a parameter of type ITimeValue** ppTimeValue [in]
ppTimeValue is a parameter of type ITimeValue*