ZoneOffsetTransition.IsOverlap 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.
Does this transition represent an overlap in the local time-line.
public bool IsOverlap { [Android.Runtime.Register("isOverlap", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isOverlap", "()Z", "", ApiSince=26)>]
member this.IsOverlap : bool
Property Value
true if this transition is an overlap, false if it is a gap
- Attributes
Remarks
Does this transition represent an overlap in the local time-line.
Overlaps occur where there are local date-times that exist twice. An example would be when the offset changes from +02:00
to +01:00
. This might be described as 'the clocks will move back one hour tonight at 2am'.
Java documentation for java.time.zone.ZoneOffsetTransition.isOverlap()
.
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.