Adds or subtracts a specific number of time steps from a date
DATEADD( start_date , time_step, time_unit)
start_date
time_step
time_unit
Returns a date some number of time steps away from start_date
Argument
Description
start date
Date/time value(s) corresponding to start date
time step
Number of time steps to add or subtract from start date
time unit
Unit of time step to add or subtract from start date. [year, month, week, day, hour, minute, second]
New date offset from start date by some number of time steps.
time steps
Last updated 4 years ago
Was this helpful?