SystemClock.CurrentGnssTimeClock Method

Definition

Returns a Clock that starts at January 1, 1970 00:00:00.

[Android.Runtime.Register("currentGnssTimeClock", "()Ljava/time/Clock;", "", ApiSince=29)]
public static Java.Time.Clock CurrentGnssTimeClock ();
[<Android.Runtime.Register("currentGnssTimeClock", "()Ljava/time/Clock;", "", ApiSince=29)>]
static member CurrentGnssTimeClock : unit -> Java.Time.Clock

Returns

Attributes

Remarks

Returns a Clock that starts at January 1, 1970 00:00:00.0 UTC, synchronized using the device's location provider.

Java documentation for android.os.SystemClock.currentGnssTimeClock().

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