This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTimeUnit Interface > IGPTimeUnit.Units Property (ArcObjects .NET 10.5 SDK) |
Gets the type of time unit.
[Visual Basic .NET] Public Property Units As esriTimeUnits
[C#] public esriTimeUnits Units {get; set;}
[C++]
HRESULT get_Units(
esriTimeUnits* pUnits
);
[C++]
HRESULT put_Units(
esriTimeUnits pUnits
);
[C++]
Parameters pUnits [out, retval]
pUnits is a parameter of type esriTimeUnits pUnits [in]
pUnits is a parameter of type esriTimeUnits