startOfMinute property

DateTime startOfMinute

Get a DateTime representing start of minute of this DateTime in local time.

Implementation

DateTime get startOfMinute => clone.setSecond(0, 0, 0);