thisMonth property

DateTimeRange thisMonth

获得本月的时间间隔(本月时间)

Implementation

static DateTimeRange get thisMonth =>
    DateTimeRange(start: thisMonthStart, end: thisMonthEnd);