monthFirstDay property

DateTime get monthFirstDay

本月第一天

Implementation

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