Sets the minutes component of this DateTime instance.
Namespace: MindFusion.Scheduling
File: DateTime.js
JavaScript Copy Code |
---|
function __setMinutes (min, [sec, [millisec]]) |
Number. An integer between 0 and 59 representing the minutes.
Number. An integer between 0 and 59 representing the seconds.
Number. An integer between 0 and 999 representing the milliseconds.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |