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


ITimeDuration.AddMinutes Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ITimeDuration.AddMinutes Method

Adds the input amount of minutes to the time duration.

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