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]])

Parameter
Description
minute
The UTC minute to which to set dateVar as an integer from 0 through 59
second
The UTC second to which to set minute as an integer from 0 through 59
millisecond
The UTC millisecond to which to set second as an integer from 0 through 999

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


 Siebel eScript Language Reference 
 Published: 18 April 2003