AbstractChronology.DateYearDay(Int32, Int32) 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.
Obtains a local date in this chronology from the proleptic-year and day-of-year fields.
[Android.Runtime.Register("dateYearDay", "(II)Ljava/time/chrono/ChronoLocalDate;", "GetDateYearDay_IIHandler", ApiSince=26)]
public abstract Java.Time.Chrono.IChronoLocalDate? DateYearDay (int prolepticYear, int dayOfYear);
[<Android.Runtime.Register("dateYearDay", "(II)Ljava/time/chrono/ChronoLocalDate;", "GetDateYearDay_IIHandler", ApiSince=26)>]
abstract member DateYearDay : int * int -> Java.Time.Chrono.IChronoLocalDate
Parameters
- prolepticYear
- Int32
the chronology proleptic-year
- dayOfYear
- Int32
the chronology day-of-year
Returns
the local date in this chronology, not null
Implements
- Attributes
Remarks
Obtains a local date in this chronology from the proleptic-year and day-of-year fields.
Java documentation for java.time.chrono.Chronology.dateYearDay(int, int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.