ZoneOffsetTransitionRule.CreateTransition(Int32) Method

Definition

Creates a transition instance for the specified year.

[Android.Runtime.Register("createTransition", "(I)Ljava/time/zone/ZoneOffsetTransition;", "", ApiSince=26)]
public Java.Time.Zone.ZoneOffsetTransition? CreateTransition (int year);
[<Android.Runtime.Register("createTransition", "(I)Ljava/time/zone/ZoneOffsetTransition;", "", ApiSince=26)>]
member this.CreateTransition : int -> Java.Time.Zone.ZoneOffsetTransition

Parameters

year
Int32

the year to create a transition for, not null

Returns

the transition instance, not null

Attributes

Remarks

Java documentation for java.time.zone.ZoneOffsetTransitionRule.createTransition(int).

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