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