startOfLastMonth method

DateTime startOfLastMonth()

Returns a new DateTime of same timezone

Implementation

DateTime startOfLastMonth() =>
    DateTimeConstructors.withTimezone(isUtc, year, month - 1);