Skip to main content

ADD_TIME

Add (or subtract) minutes to a datetime

Example Usage

ADD_TIME("2021-09-23 09:05:00", 7)  // adds 7 minutes to the timestamp

Overview

Function signature
ADD_TIME(value, minutes)

Category
Date

Return data type
datetime

Arguments

NameDataTypeList Options                          Description
valuedatetimeSource datetime
minutesintMinutes to add (or subtract)