This document is archived and information here might be outdated. Recommended version. |
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