IsoChronology.DateEpochDay(Int64) 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 an ISO local date from the epoch-day.
[Android.Runtime.Register("dateEpochDay", "(J)Ljava/time/LocalDate;", "", ApiSince=26)]
public virtual Java.Time.LocalDate? DateEpochDay (long epochDay);
[<Android.Runtime.Register("dateEpochDay", "(J)Ljava/time/LocalDate;", "", ApiSince=26)>]
override this.DateEpochDay : int64 -> Java.Time.LocalDate
Parameters
- epochDay
- Int64
the epoch day
Returns
the ISO local date, not null
- Attributes
Remarks
Obtains an ISO local date from the epoch-day.
This is equivalent to LocalDate#ofEpochDay(long)
.
Java documentation for java.time.chrono.IsoChronology.dateEpochDay(long)
.
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.