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


ITimeDuration.AddMilliseconds Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeDuration.AddMilliseconds Method

Adds the input amount of milliseconds to the time duration.

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