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


ITimeDuration.Hours Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Hours Property
ArcGIS Developer Help

ITimeDuration.Hours Property

The time duration hours component.

[Visual Basic .NET]
Public Property Hours As Integer
[C#]
public int Hours {get; set;}
[C++]
HRESULT get_Hours(
  System.Int32* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeDuration Interface