Notification.Metric.TimeDifference.ZeroTime Property
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.
The Instant at which the time difference is zero.
public Java.Time.Instant? ZeroTime { [Android.Runtime.Register("getZeroTime", "()Ljava/time/Instant;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getZeroTime", "()Ljava/time/Instant;", "", ApiSince=37)>]
member this.ZeroTime : Java.Time.Instant
Property Value
The Instant at which the time difference is zero.
- Attributes
Remarks
The Instant at which the time difference is zero. Only valid for an Instant-based TimeDifference. For a running timer this is the endTime supplied to forTimer(Instant,int); For a running stopwatch this is the startTime supplied to forStopwatch(Instant,int); For running timers or stopwatches based on elapsed realtime (as well as paused timers and stopwatches), this is null.
Android reference for android.app.Notification.Metric.TimeDifference.getZeroTime.
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.