This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.Nanoseconds Property (ArcObjects .NET 10.4 SDK) |
The time duration nanoseconds component.
[Visual Basic .NET] Public Property Nanoseconds As Integer
[C#] public int Nanoseconds {get; set;}
[C++]
HRESULT get_Nanoseconds(
long* 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