DateTimeModifier.startOfDay constructor

const DateTimeModifier.startOfDay()

The "start of day" modifier shifts the date backwards to the beginning of the day.

Implementation

const DateTimeModifier.startOfDay() : this._('start of day');