startOfMillisecond method

DateTime startOfMillisecond()

Returns start of the millisecond

Returned object will have same timezone as this

Implementation

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