Link Search Menu Expand Document

Date.GetMinutes Method

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