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


ITime.Nanoseconds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Nanoseconds Property
ArcGIS Developer Help

ITime.Nanoseconds Property

The time's nanoseconds.

[Visual Basic .NET]
Public Property Nanoseconds As Integer
[C#]
public int Nanoseconds {get; set;}
[C++]
HRESULT get_Nanoseconds(
  System.Int32* Nanoseconds
);
[C++]
HRESULT put_Nanoseconds(
  long Nanoseconds
);
[C++]
Parameters
Nanoseconds [out, retval]

Nanoseconds is a parameter of type long* Nanoseconds [in]
Nanoseconds is a parameter of type long

Product Availability

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

See Also

ITime Interface