This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeExtent Interface > ITimeExtent.StartTime Property (ArcObjects .NET 10.4 SDK) |
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