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


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

ITimeDuration.AddNanoseconds Method

Adds the input amount of nanoseconds to the time duration.

[Visual Basic .NET]
Public Sub AddNanoseconds ( _
    ByVal Value As Long _
)
[C#]
public void AddNanoseconds (
    long Value
);
[C++]
HRESULT AddNanoseconds(
  Signed 64-bit int Value
);
[C++]

Parameters Value [in] Value is a parameter of type Signed 64-bit int

Product Availability

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

See Also

ITimeDuration Interface