endOfMillisecond method
Returns end of the millisecond
Returned object will have same timezone as this
Implementation
DateTime endOfMillisecond() => endOf(DurationUnit.millisecond);
Returns end of the millisecond
Returned object will have same timezone as this
DateTime endOfMillisecond() => endOf(DurationUnit.millisecond);