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