endOfMinute method
Returns end of the minute
Returned object will have same timezone as this
Implementation
DateTime endOfMinute() => endOf(DurationUnit.minute);
Returns end of the minute
Returned object will have same timezone as this
DateTime endOfMinute() => endOf(DurationUnit.minute);