Link Search Menu Expand Document

Date.GetUTCMinutes Method

Explanation Returns the portion of UTC time.
Call format var v = d.GetUTCMinutes ()
Return value Numerical value indicating the minute
Argument None
Exception None
Example of use
var d = new Date ();
print (d.GetUTCMinutes (), "¥ n");
Related item