epochDay property

int epochDay

Gets the number of days since the Unix epoch for this date.

Implementation

int get epochDay => ICalendarSystem.getDaysSinceEpoch(calendar, _yearMonthDayCalendar.toYearMonthDay());