endOfSecond property

DateTime endOfSecond

Return the end of the second for this date. The result will be in the local timezone.

Implementation

DateTime get endOfSecond => clone.setMillisecond(999, 999);