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


ITimeDuration.AddWeeks Method (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.AddWeeks Method
ArcGIS Developer Help

ITimeDuration.AddWeeks Method

Adds the input amount of weeks to the time duration.

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