startOfSecond property

DateTime startOfSecond

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

Implementation

DateTime get startOfSecond => clone.setMillisecond(0, 0);