startOfMillisecond method

Moment startOfMillisecond()

Returns start of the millisecond

Returned object will have same timezone as this

Implementation

Moment startOfMillisecond() => startOf(DurationUnit.millisecond);