DateTimeModifier.startOfMonth constructor

const DateTimeModifier.startOfMonth()

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

Implementation

const DateTimeModifier.startOfMonth() : this._('start of month');