Search
DateTime.__getUTCMinutes Method
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getUTCMinutes ()

 Return Value

Number. The minutes (0-59).

 See Also