ADDMINUTES Function

From Planfix
Jump to: navigation, search

ADDMINUTES() — the function adds or subtracts a specified number of minutes from the selected date.

Format

ADDMINUTES(Date, Count)

Examples

Add +50 minutes to today's date (24-06-2022 10:07):

ADDMINUTES(Now();50) — Result: 24-06-2022 10:57


Subtract -30 minutes from today's date (24-06-2022 10:20):

ADDMINUTES((Now();-30) — Result: 24-06-2022 09:50


Go To