Year.MaxValue Field
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.
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 = 999999999Implements
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.