endOfDay property

DateTime get endOfDay

Returns the last moment (23:59:59.999) of this date.

Implementation

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