julianDay property

int get julianDay

Julian day of the day.

This is the number of days since the epoch of the Julian calendar, which is -4713-11-24 in the proleptic Gregorian calendar.

Implementation

int get julianDay => _daysSinceEpoch - _julianDayOfEpoch;