startOfMonth method

DateTime startOfMonth()

Returns start of the month

Returned object will have same timezone as this

Implementation

DateTime startOfMonth() => startOf(DurationUnit.month);