startOfMinute method

DateTime startOfMinute()

Returns start of the minute

Returned object will have same timezone as this

Implementation

DateTime startOfMinute() => startOf(DurationUnit.minute);