addMinutes

addMinutes(value)

Adds the specified number of minutes to the value of this instance.

ParameterTypeDescription
valuefloatA number of whole and fractional minutes. The value parameter can be negative or positive.

Returns: A DateTime object whose value is the sum of the date and time represented by this instance and the number of minutes represented by value.