Month.MinLength Method
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 length of this month in days.
[Android.Runtime.Register("minLength", "()I", "", ApiSince=26)]
public int MinLength ();
[<Android.Runtime.Register("minLength", "()I", "", ApiSince=26)>]
member this.MinLength : unit -> int
Returns
the minimum length of this month in days, from 28 to 31
- Attributes
Remarks
Gets the minimum length of this month in days.
February has a minimum length of 28 days. April, June, September and November have 30 days. All other months have 31 days.
Java documentation for java.time.Month.minLength()
.
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.