ValueRange.Minimum Property
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.
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
the minimum value for this field
- Attributes
Remarks
Gets the minimum value that the field can take.
For example, the ISO day-of-month always starts at 1. The minimum is therefore 1.
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.