endOfMinute method

DateTime endOfMinute()

Returns end of the minute

Returned object will have same timezone as this

Implementation

DateTime endOfMinute() => endOf(DurationUnit.minute);