ZoneOffsetTransition.IsGap Property

Definition

Does this transition represent a gap in the local time-line.

public bool IsGap { [Android.Runtime.Register("isGap", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isGap", "()Z", "", ApiSince=26)>]
member this.IsGap : bool

Property Value

true if this transition is a gap, false if it is an overlap

Attributes

Remarks

Does this transition represent a gap in the local time-line.

Gaps occur where there are local date-times that simply do not exist. An example would be when the offset changes from +01:00 to +02:00. This might be described as 'the clocks will move forward one hour tonight at 1am'.

Java documentation for java.time.zone.ZoneOffsetTransition.isGap().

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