Adds the specified number of seconds to the specified DateTime object.
Namespace: MindFusion.Scheduling
File: DateTime.js
JavaScript Copy Code |
---|
function addSeconds (date, seconds) |
DateTime. The DateTime instance to modify.
Number. The number of seconds to add.
DateTime. The modified DateTime instance.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |