DateTime.addMinute()

Signature

DateTime addMinute (DateTime date, int minutes)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Adds a number of minutes to a DateTime and returns the result. The input DateTime is not modified.

Parameters

NameTypeDescription
dateDateTimeA DateTime to add some amount of time to.
minutesintThe number of minutes to add to the DateTime.

Returns

TypeDescription
DateTimeA new DateTime that results from adding the number of time units to the date argument.

Cautions

none