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


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

IMapTableTimeInfo.TimeIntervalUnits Property

Draw time interval units.

[Visual Basic .NET]
Public ReadOnly Property TimeIntervalUnits As esriTimeUnits
[C#]
public esriTimeUnits TimeIntervalUnits {get;}
[C++]
HRESULT get_TimeIntervalUnits(
  esriTimeUnits* intervalUnits
);
[C++]
Parameters
intervalUnits [out, retval]

intervalUnits is a parameter of type esriTimeUnits*

Product Availability

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

See Also

IMapTableTimeInfo Interface