ArcObjects Library Reference (System)  

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(
  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

Product Availability

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

See Also

ITimeDuration Interface