Siebel eScript Language Reference > Siebel eScript Commands > Universal Time Methods >

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

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

getUTCMinutes() Method
setMinutes() Method
Universal Time Methods

Siebel eScript Language Reference