endOfDay method

DateTime endOfDay()

Returns end of the day

Returned object will have same timezone as this

Implementation

DateTime endOfDay() => endOf(DurationUnit.day);