lastDayOfMonth property
The last day of the month.
LocalDateTime(2023, 4, 11, 12, 30).lastDayOfMonth; // 2023-04-30 00:00
Implementation
@useResult LocalDateTime get lastDayOfMonth => LocalDateTime._(_native.lastDayOfMonth);
The last day of the month.
LocalDateTime(2023, 4, 11, 12, 30).lastDayOfMonth; // 2023-04-30 00:00
@useResult LocalDateTime get lastDayOfMonth => LocalDateTime._(_native.lastDayOfMonth);