This document is archived and information here might be outdated.  Recommended version.


ITimeExtent.StartTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeExtent.StartTime Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeExtent Interface