MindFusion.Scheduling for ASP.NET Programmer's Guide
DateTime.__setUTCMinutes Method
See Also
 





Sets the minutes component of this DateTime instance, according to universal time.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function __setUTCMinutes (min, [sec, [millisec]])

 Parameters

min

Type: Number
An integer between 0 and 59 representing the minutes.

sec
Optional.

Type: Number
An integer between 0 and 59 representing the seconds.

millisec
Optional.

Type: Number
An integer between 0 and 999 representing the milliseconds.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace