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


IMapServerTimeInfo2.DefaultTimeIntervalUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerTimeInfo2 Interface > IMapServerTimeInfo2.DefaultTimeIntervalUnits Property
ArcGIS Developer Help

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