Search
DateTime.addMinutes Method (Number)
See Also
 






Adds the specified number of minutes to the current DateTime object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function addMinutes (minutes)

 Parameters

minutes

Number. The number of minutes to add.

 See Also