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


ITime.SetNanosecondsSinceMidnight Method (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.SetNanosecondsSinceMidnight Method
ArcGIS Developer Help

ITime.SetNanosecondsSinceMidnight 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 Sub SetNanosecondsSinceMidnight ( _
    ByVal nanosecondsSinceMidnight As Long _
)
[C#]
public void SetNanosecondsSinceMidnight (
    long nanosecondsSinceMidnight
);
[C++]
HRESULT SetNanosecondsSinceMidnight(
  Signed 64-bit int nanosecondsSinceMidnight
);
[C++]
Parameters
nanosecondsSinceMidnight [in]

nanosecondsSinceMidnight is a parameter of type int64

Product Availability

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

See Also

ITime Interface