Clock.TickMinutes(ZoneId) 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.
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.