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


IMapServerTimeInfo.DefaultTimeIntervalUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerTimeInfo.DefaultTimeIntervalUnits Property

The recommended default time interval units to be used to animate the layer/table in the service.

[Visual Basic .NET]
Public ReadOnly Property DefaultTimeIntervalUnits As esriTimeUnits
[C#]
public esriTimeUnits DefaultTimeIntervalUnits {get;}
[C++]
HRESULT get_DefaultTimeIntervalUnits(
  esriTimeUnits* Units
);
[C++]

Parameters Units [out, retval]
Units is a parameter of type esriTimeUnits

Product Availability

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

See Also

IMapServerTimeInfo Interface