This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDataDisplay Interface > ITimeDataDisplay.TimeIntervalUnits Property (ArcObjects .NET 10.5 SDK) |
Returns recommended time interval units to be used to animate this layer/ table.
[Visual Basic .NET] Public Property TimeIntervalUnits As esriTimeUnits
[C#] public esriTimeUnits TimeIntervalUnits {get; set;}
[C++]
HRESULT get_TimeIntervalUnits(
esriTimeUnits* Units
);
[C++]
HRESULT put_TimeIntervalUnits(
esriTimeUnits Units
);
[C++]
Parameters Units [out, retval]
Units is a parameter of type esriTimeUnits Units [in]
Units is a parameter of type esriTimeUnits
This property is the enumerated value representing the time units used when measuring the time interval. This property should be read/written along with the time interval value. For more information about the time interval, see the documentation on the TimeInterval property.