FutureProg functions

nextweekday

DateTime · computer function, computer program, standard futureprog

DateTime nextweekday(DateTime Date, Text Weekday)
Contexts: computer function, computer program, standard futureprog
Returns the next matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.

DateTime nextweekday(DateTime Date, Text Weekday, Number Occurrences)
Contexts: computer function, computer program, standard futureprog
Returns the nth next matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.
Occurrences: The nth matching weekday to seek. Negative values reverse the direction.

MudDateTime nextweekday(MudDateTime Date, Text Weekday)
Contexts: computer function, computer program, standard futureprog
Returns the next matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.

MudDateTime nextweekday(MudDateTime Date, Text Weekday, Number Occurrences)
Contexts: computer function, computer program, standard futureprog
Returns the nth next matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.
Occurrences: The nth matching weekday to seek. Negative values reverse the direction.

← Back to FutureProg functions