startOfSecond method

Moment startOfSecond()

Returns start of the second

Returned object will have same timezone as this

Implementation

Moment startOfSecond() => startOf(DurationUnit.second);