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


ITimeOffsetOperator.AddHours Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeOffsetOperator.AddHours Method

Adds the input amount of hours.

[Visual Basic .NET]
Public Sub AddHours ( _
    ByVal Value As Double _
)
[C#]
public void AddHours (
    double Value
);
[C++]
HRESULT AddHours(
  double Value
);
[C++]

Parameters Value [in] Value is a parameter of type double

Product Availability

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

See Also

ITimeOffsetOperator Interface