ValueRange.Maximum 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 maximum value that the field can take.
public long Maximum { [Android.Runtime.Register("getMaximum", "()J", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getMaximum", "()J", "", ApiSince=26)>]
member this.Maximum : int64
Property Value
the maximum value for this field
- Attributes
Remarks
Gets the maximum value that the field can take.
For example, the ISO day-of-month runs to between 28 and 31 days. The maximum is therefore 31.
Java documentation for java.time.temporal.ValueRange.getMaximum()
.
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.