jumpNext
Returns a new LocalDate
instance representing the next date based on the CalendarConfig
passed.
If CalendarConfig.style
is set to CalendarStyle.MONTH
, the function returns the first day of the next month. If CalendarConfig.style
is set to CalendarStyle.WEEK
, the function returns the first day (Monday) of the next week.
Return
A new LocalDate
instance representing the next date based on the CalendarConfig
.
Parameters
config
The CalendarConfig
to determine the jump step.