DateDiff
Calculates the difference between two date \ time \ datetime based on the date or time part requested
Inputs
DateAdd(dateTime, value, datePart)
dateTime
- Date, time, or datetime valuevalue
- This is the number of units of time that you want to adddatePart
- This indicates the units of time that you want to add, ex. DateValueOption.DAY
Last updated