Year.AtMonthDay(MonthDay) 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.
Combines this year with a month-day to create a LocalDate.
[Android.Runtime.Register("atMonthDay", "(Ljava/time/MonthDay;)Ljava/time/LocalDate;", "", ApiSince=26)]
public Java.Time.LocalDate? AtMonthDay(Java.Time.MonthDay? monthDay);
[<Android.Runtime.Register("atMonthDay", "(Ljava/time/MonthDay;)Ljava/time/LocalDate;", "", ApiSince=26)>]
member this.AtMonthDay : Java.Time.MonthDay -> Java.Time.LocalDate
Parameters
- monthDay
- MonthDay
the month-day to use, not null
Returns
the local date formed from this year and the specified month-day, not null
- Attributes
Remarks
To be added.
Java reference for java.time.Year.atMonthDay.