today or current_day | Will pick the trigger_date of the job and truncate it to the day (sets the hours, minutes and seconds to zero). |
yesterday | Will pick the trigger_date of the job, truncate it to the day (sets the hours, minutes and seconds to zero) and subtract one day. |
tomorrow | Will pick the trigger_date of the job and truncate it to the day (sets the hours, minutes and seconds to zero) and add one day. |
current_hour | Will pick the trigger_date of the job and truncate it to the hour (sets the minutes and seconds to zero). |
monday | Will pick the Monday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
tuesday | Will pick the Tuesday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
wednesday | Will pick the Wednesday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
thursday | Will pick the Thursday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
friday | Will pick the Friday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
saturday | Will pick the Saturday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
sunday | Will pick the Sunday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
sunday | Will pick the Sunday of the current week (Monday based) of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |
first | Will pick the first day of the current month of the trigger_date and truncate it to the day (sets the hours, minutes and seconds to zero). |