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