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

Int64

the largest possible minimum value for this field

Attributes

Remarks

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