LocalDate.OfEpochDay(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 instance of LocalDate from the epoch day count.
[Android.Runtime.Register("ofEpochDay", "(J)Ljava/time/LocalDate;", "", ApiSince=26)]
public static Java.Time.LocalDate? OfEpochDay(long epochDay);
[<Android.Runtime.Register("ofEpochDay", "(J)Ljava/time/LocalDate;", "", ApiSince=26)>]
static member OfEpochDay : int64 -> Java.Time.LocalDate
Parameters
- epochDay
- Int64
the Epoch Day to convert, based on the epoch 1970-01-01
Returns
the local date, not null
- Attributes
Remarks
To be added.
Java reference for java.time.LocalDate.ofEpochDay.