LocalTime.ToNanoOfDay Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extracts the time as nanos of day,
from 0
to 24 * 60 * 60 * 1,000,000,000 - 1
.
[Android.Runtime.Register("toNanoOfDay", "()J", "", ApiSince=26)]
public long ToNanoOfDay ();
[<Android.Runtime.Register("toNanoOfDay", "()J", "", ApiSince=26)>]
member this.ToNanoOfDay : unit -> int64
Returns
the nano of day equivalent to this time
- Attributes
Remarks
Extracts the time as nanos of day, from 0
to 24 * 60 * 60 * 1,000,000,000 - 1
.
Java documentation for java.time.LocalTime.toNanoOfDay()
.
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.