ArcObjects Library Reference (System)  

ITimeDuration.AddSeconds Method

Adds the input amount of seconds to the time duration.

[Visual Basic .NET]
Public Sub AddSeconds ( _
    ByVal Value As Double _
)
[C#]
public void AddSeconds (
    double Value
);
[C++]
HRESULT AddSeconds(
  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

ITimeDuration Interface