This document is archived and information here might be outdated. Recommended version. |
The time extent's end time.
[Visual Basic .NET] Public Property EndTime As ITime
[C#] public ITime EndTime {get; set;}
[C++]
HRESULT get_EndTime(
ITime** EndTime
);
[C++]
HRESULT put_EndTime(
ITime* EndTime
);
[C++] Parameters EndTime [out, retval]
EndTime is a parameter of type ITime** EndTime [in]
EndTime is a parameter of type ITime*