firstMonthDay property

DateTime get firstMonthDay

Implementation

static DateTime get firstMonthDay => DateTime(now.year, now.month, 1, 0, 0);