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


ITimeOffsetOperator.AddNanoseconds Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeOffsetOperator Interface > ITimeOffsetOperator.AddNanoseconds Method
ArcGIS Developer Help

ITimeOffsetOperator.AddNanoseconds Method

Adds the input amount of nanoseconds.

[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 int64

Product Availability

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

See Also

ITimeOffsetOperator Interface