startOfNextMonth method

DateTime startOfNextMonth()

Returns a new DateTime of same timezone

Implementation

DateTime startOfNextMonth() =>
    DateTimeConstructors.withTimezone(isUtc, year, month + 1);