ValueRange.SmallestMaximum Property

Definition

Gets the smallest possible maximum value that the field can take.

public long SmallestMaximum { [Android.Runtime.Register("getSmallestMaximum", "()J", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getSmallestMaximum", "()J", "", ApiSince=26)>]
member this.SmallestMaximum : int64

Property Value

the smallest possible maximum value for this field

Attributes

Remarks

Gets the smallest possible maximum value that the field can take.

For example, the ISO day-of-month runs to between 28 and 31 days. The smallest maximum is therefore 28.

Java documentation for java.time.temporal.ValueRange.getSmallestMaximum().

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