EndOfDay: Returns the last second of a date at 23:59:59.
- Example: input 2026-06-24 -> output 2026-06-24 23:59:59.
EndOfFinancialYear: Returns the last day of the financial year that ends on 30 June.
- Example: input 2026-06-24 -> output 2026-06-30.
EndOfHour: Returns the last second of the hour for a date time.
- Example: input 2026-06-24 14:37:45 -> output 2026-06-24 14:59:59.
EndOfMinute: Returns the last second of the minute for a date time.
- Example: input 2026-06-24 14:37:45 -> output 2026-06-24 14:37:59.
EndOfMonth: Returns the last day of the month for a given date.
EndOfNextMonth: Returns the last day of the next month for a given date.
- Example: input 2026-06-24 -> output 2026-07-31.
EndOfPreviousMonth: Returns the last day of the previous month for a given date.
- Example: input 2026-06-24 -> output 2026-05-31.
And many more...