ValueRange.LargestMinimum Property

Definition

Gets the largest possible minimum value that the field can take.

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

Property Value

the largest possible minimum value for this field

Attributes

Remarks

Gets the largest possible minimum value that the field can take.

For example, the ISO day-of-month always starts at 1. The largest minimum is therefore 1.

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

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