DateTimeModifier.startOfYear constructor

const DateTimeModifier.startOfYear()

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

Implementation

const DateTimeModifier.startOfYear() : this._('start of year');