| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel eScript Language Reference > Siebel eScript Commands > The Date Object >
setUTCMinutes() Method
This method sets the UTC minute of a Date object to a specified minute.
Syntax
dateVar.setUTCMinutes(minute[, second[, millisecond]])
Returns
Not applicable
Usage
This method sets the UTC minute of dateVar to minute and optionally sets minute to a specific UTC second and UTC millisecond. The first minute of an hour is 0, and the last is 59.
See Also
Universal Time Functions, getUTCMinutes() Method, and setMinutes() Method
| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel eScript Language Reference Published: 18 April 2003 |