NEXT_DAY_OF_WEEK
Description
Returns the next day of the week closest to the specified date
Parameters
An expression producing a date and a string identifying the day
Example
Object.NextDay = NEXT_DAY_OF_WEEK (CURRENT_DATE, 'Tuesday') /** This returns next Tuesday from current date**/