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


IServerTimeRange.StartTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerTimeRange.StartTime Property

The start time for the period that the statistics represent.

[Visual Basic .NET]
Public ReadOnly Property StartTime As DateTime
[C#]
public DateTime StartTime {get;}
[C++]
HRESULT get_StartTime(
  DATE* pTime
);
[C++]

Parameters pTime [out, retval] pTime is a parameter of type DATE

Product Availability

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

See Also

IServerTimeRange Interface