endOfDay method

Moment endOfDay()

Returns end of the day

Returned object will have same timezone as this

Implementation

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