addMinutes
Add (or subtract) minutes to a datetime.
datetime(required): the starting datetimecount(required): number of minutes to add. Negative to subtract.
utlx
addMinutes(now(), 90) // 1.5 hours from now
addMinutes(now(), -30) // 30 minutes ago