firstDayOfMonth property

DateTime get firstDayOfMonth

Implementation

DateTime get firstDayOfMonth => DateTime(dateTime.year, dateTime.month);