Year.AtDay(Int32) Method

Definition

Combines this year with a day-of-year to create a LocalDate.

[Android.Runtime.Register("atDay", "(I)Ljava/time/LocalDate;", "", ApiSince=26)]
public Java.Time.LocalDate? AtDay(int dayOfYear);
[<Android.Runtime.Register("atDay", "(I)Ljava/time/LocalDate;", "", ApiSince=26)>]
member this.AtDay : int -> Java.Time.LocalDate

Parameters

dayOfYear
Int32

the day-of-year to use, from 1 to 365-366

Returns

the local date formed from this year and the specified date of year, not null

Attributes

Remarks

To be added.

Java reference for java.time.Year.atDay.

Applies to