Status
Tech review

Style guide




Short description

Returns a  representing the timestamp for the next day of the week from dayOfWeek from timestamp t in a certain time_zone.

Output




Returns a  representing the timestamp for the next day of the week from dayOfWeek from timestamp t in a certain time_zone. The timestamp returned is at 00:00,

i.e., just the beginning of the day.


nextDayOfTheWeek(number t, number dayOfWeek, timeZone time_zone) #Output: Number



Parser expressionDescription


nextDayOfTheWeek(2018/03/01 12:31, {SUNDAY}, LOCAL)


The function returns a : 2018/03/04 00:00.

taking into account that 2018/03/01 is a Thursday.


nextDayOfTheWeek(2018/03/01 12:31, {THURSDAY}, LOCAL)


The function returns a : 2018/03/08 00:00



The function returns a