You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Returns a NUMBER 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
Examples
Parser expressionDescription
nextDayOfTheWeek(2018/03/01 12:31, {SUNDAY}, LOCAL)

The function returns a NUMBER : 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 NUMBER : 2018/03/08 00:00

Output

The function returns a NUMBER