startOfThisMonth static method

DateTime startOfThisMonth()

Start of the current month in the local timezone

Implementation

static DateTime startOfThisMonth() => DateTime.now().startOfMonth();