startOfLastMonth method

Moment startOfLastMonth()

Returns a new Moment of same timezone

Implementation

Moment startOfLastMonth() => forcedSuperType
    .startOfLastMonth()
    .toMoment(localization: setLocalization);