FutureProg functions
lastweekday
DateTime lastweekday(DateTime Date, Text Weekday)
Contexts: computer function, computer program, standard futureprog
Returns the last matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.
DateTime lastweekday(DateTime Date, Text Weekday, Number Occurrences)
Contexts: computer function, computer program, standard futureprog
Returns the nth last 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 lastweekday(MudDateTime Date, Text Weekday)
Contexts: computer function, computer program, standard futureprog
Returns the last matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.
MudDateTime lastweekday(MudDateTime Date, Text Weekday, Number Occurrences)
Contexts: computer function, computer program, standard futureprog
Returns the nth last 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.
Contexts: computer function, computer program, standard futureprog
Returns the last matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.
DateTime lastweekday(DateTime Date, Text Weekday, Number Occurrences)
Contexts: computer function, computer program, standard futureprog
Returns the nth last 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 lastweekday(MudDateTime Date, Text Weekday)
Contexts: computer function, computer program, standard futureprog
Returns the last matching weekday after the supplied date.
Date: The date to use as the exclusive starting point.
Weekday: The weekday name to seek.
MudDateTime lastweekday(MudDateTime Date, Text Weekday, Number Occurrences)
Contexts: computer function, computer program, standard futureprog
Returns the nth last 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.