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


IMapTableTimeInfo.TimeIntervalUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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