ArcObjects Library Reference (Carto)  

IMapServerTimeInfo2.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

IMapServerTimeInfo2 Interface