LocalDate.Month 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 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.