startOfMonth property

DateTime get startOfMonth

Returns the start of the month (first day 00:00:00)

Implementation

DateTime get startOfMonth => DateCalculations.startOfMonth(this);