ArcObjects Library Reference (System)  

ITime.QueryNanosecondsSinceMidnight Method

The time's time portion as the number of nanoseconds elapsed since midnight. Corresponds to the Hour, Minute, Second, and Nanoseconds properties.

[Visual Basic .NET]
Public Function QueryNanosecondsSinceMidnight ( _
) As Long
[C#]
public long QueryNanosecondsSinceMidnight (
);
[C++]
HRESULT QueryNanosecondsSinceMidnight(
  Signed 64-bit int* nanosecondsSinceMidnight
);
[C++]

Parameters

nanosecondsSinceMidnight [out, retval]   nanosecondsSinceMidnight is a parameter of type Signed 64-bit int

Product Availability

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

See Also

ITime Interface