monthLast method

DateTime monthLast()

Implementation

DateTime monthLast() {
  return DateTime(year, month, maxDay(), 0, 0, 0);
}