Search
DateTime.__getMinutes Method
See Also
 






Gets the minutes component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getMinutes ()

 Return Value

Number. The minutes (0-59).

 See Also