LocalDate.Month Property

Definition

Gets the month-of-year field using the Month enum.

public Java.Time.Month? Month { [Android.Runtime.Register("getMonth", "()Ljava/time/Month;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getMonth", "()Ljava/time/Month;", "", ApiSince=26)>]
member this.Month : Java.Time.Month

Property Value

the month-of-year, not null

Attributes

Remarks

To be added.

Java reference for java.time.LocalDate.getMonth.

Applies to