Year.AtMonthDay(MonthDay) Method

Definition

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.

Applies to