IChronoLocalDate.LengthOfMonth Method

Definition

Returns the length of the month represented by this date, as defined by the calendar system.

[Android.Runtime.Register("lengthOfMonth", "()I", "GetLengthOfMonthHandler:Java.Time.Chrono.IChronoLocalDateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public int LengthOfMonth ();
[<Android.Runtime.Register("lengthOfMonth", "()I", "GetLengthOfMonthHandler:Java.Time.Chrono.IChronoLocalDateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member LengthOfMonth : unit -> int

Returns

the length of the month in days

Attributes

Remarks

Returns the length of the month represented by this date, as defined by the calendar system.

This returns the length of the month in days.

Java documentation for java.time.chrono.ChronoLocalDate.lengthOfMonth().

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