endOfMonth method
Returns end of the month
Returned object will have same timezone as this
Implementation
DateTime endOfMonth() => endOf(DurationUnit.month);
Returns end of the month
Returned object will have same timezone as this
DateTime endOfMonth() => endOf(DurationUnit.month);