Share via


Instant.Nano Property

Definition

Gets the number of nanoseconds, later along the time-line, from the start of the second.

public int Nano { [Android.Runtime.Register("getNano", "()I", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getNano", "()I", "", ApiSince=26)>]
member this.Nano : int

Property Value

the nanoseconds within the second, always positive, never exceeds 999,999,999

Attributes

Remarks

Gets the number of nanoseconds, later along the time-line, from the start of the second.

The nanosecond-of-second value measures the total number of nanoseconds from the second returned by #getEpochSecond.

Java documentation for java.time.Instant.getNano().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to