endOfDay property

DateTime endOfDay

Get the time at the end of the day given to the CalendarTime obejct

Implementation

DateTime get endOfDay =>
    DateTime(_date.year, _date.month, _date.day, 23, 59, 59, 999, 999);