ValueRange.Minimum Property

Definition

Gets the minimum value that the field can take.

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

Property Value

Int64

the minimum value for this field

Attributes

Remarks

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

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