This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Hours Property (ArcObjects .NET 10.4 SDK) |
The time duration hours component.
[Visual Basic .NET] Public Property Hours As Integer
[C#] public int Hours {get; set;}
[C++]
HRESULT get_Hours(
long* Hours
);
[C++]
HRESULT put_Hours(
long Hours
);
[C++]
Parameters Hours [out, retval] Hours is a parameter of type long Hours [in] Hours is a parameter of type long