ZoneOffsetTransitionRule.CreateTransition(Int32) Method
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.
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
- year
- Int32
the year to create a transition for, not null
the transition instance, not null
- Attributes
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.