startOfMinute method

Moment startOfMinute()

Returns start of the minute

Returned object will have same timezone as this

Implementation

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