beginningOfThisMonth property

DateTime get beginningOfThisMonth

Implementation

DateTime get beginningOfThisMonth => DateTime(year, month, 1);