endOfMonth method

DateTime endOfMonth()

Returns end of the month

Returned object will have same timezone as this

Implementation

DateTime endOfMonth() => endOf(DurationUnit.month);