Clock.TickMinutes(ZoneId) Method

Definition

Obtains a clock that returns the current instant ticking in whole minutes using the best available system clock.

[Android.Runtime.Register("tickMinutes", "(Ljava/time/ZoneId;)Ljava/time/Clock;", "", ApiSince=26)]
public static Java.Time.Clock? TickMinutes(Java.Time.ZoneId? zone);
[<Android.Runtime.Register("tickMinutes", "(Ljava/time/ZoneId;)Ljava/time/Clock;", "", ApiSince=26)>]
static member TickMinutes : Java.Time.ZoneId -> Java.Time.Clock

Parameters

zone
ZoneId

the time-zone to use to convert the instant to date-time, not null

Returns

a clock that ticks in whole minutes using the specified zone, not null

Attributes

Remarks

To be added.

Java reference for java.time.Clock.tickMinutes.

Applies to