toEndOfMonth method

EllaDate toEndOfMonth()

Go to end of month

Implementation

EllaDate toEndOfMonth()
{
  return atDayOfMonth(totalDaysInMonth);
}