Share via


Year.MaxValue Field

Definition

The maximum supported year, '+999,999,999'.

[Android.Runtime.Register("MAX_VALUE", ApiSince=26)]
public const int MaxValue = 999999999;
[<Android.Runtime.Register("MAX_VALUE", ApiSince=26)>]
val mutable MaxValue : int

Field Value

Value = 999999999

Implements

Java.Time.Temporal.ITemporal._members Java.Time.Temporal.ITemporal.cb_minus_Ljava_time_temporal_TemporalAmount_ Java.Time.Temporal.ITemporal.cb_minus_JLjava_time_temporal_TemporalUnit_ Java.Time.Temporal.ITemporal.cb_plus_Ljava_time_temporal_TemporalAmount_ Java.Time.Temporal.ITemporal.cb_with_Ljava_time_temporal_TemporalAdjuster_
Attributes

Remarks

The maximum supported year, '+999,999,999'.

Java documentation for java.time.Year.MAX_VALUE.

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