|
The setUTCMinutes() method sets the minutes for a specified date according to universal time.
Given below is the syntax of setUTCMinutes() method.
If you do not specify the secondsValue and msValue parameters, the values returned from getUTCSeconds and getUTCMilliseconds methods are used.
If a parameter you specify is outside of the expected range, setUTCMinutes attempts to update the date information in the Date object accordingly. For example, if you use 100 for secondsValue, the minutes (minutesValue) will be incremented by 1 (minutesValue + 1), and 40 will be used for seconds.
The following example demonstrates the usage of the setUTCMinutes() method in CoffeeScript. Save this code in a file with name date_setutcminutes.coffee.
Open the command prompt and compile the .coffee file as shown below.
On compiling, it gives you the following JavaScript.
Now, open the command prompt again, and run the CoffeeScript file as shown below.
On executing, the CoffeeScript file produces the following output.
|
CoffeeScript Related Tutorials |
|
---|---|
XML Tutorial | HTML Tutorial |
HTML 5 Tutorial | Oracle DBA Tutorial |
Java Tutorial | JBOSS Tutorial |
Java XML Tutorial | ebXML Tutorial |
Unix/Linux Tutorial |
CoffeeScript Related Practice Tests |
|
---|---|
XML Practice Tests | HTML Practice Tests |
HTML 5 Practice Tests | Oracle DBA Practice Tests |
SQL Practice Tests | HTML DOM Practice Tests |
JBOSS Practice Tests | Java XML Practice Tests |
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.