ZoneRules.Transitions Property

Definition

Gets the complete list of fully defined transitions.

public System.Collections.Generic.IList<Java.Time.Zone.ZoneOffsetTransition>? Transitions { [Android.Runtime.Register("getTransitions", "()Ljava/util/List;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getTransitions", "()Ljava/util/List;", "", ApiSince=26)>]
member this.Transitions : System.Collections.Generic.IList<Java.Time.Zone.ZoneOffsetTransition>

Property Value

an immutable list of fully defined transitions, not null

Attributes

Remarks

Java documentation for java.time.zone.ZoneRules.getTransitions().

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