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

setUTCHours() Method


This method sets the UTC hour of a Date object to a specific hour of a 24-hour clock.

Syntax

dateVar.setUTCHours(hour[, minute[, second[, millisecond]]])

Parameter
Description

hour

The UTC hour to which to set dateVar as an integer from 0 through 23

minute

The UTC minute of hour to which to set dateVar as an integer from 0 through 59

second

The UTC second of minute to which to set dateVar as an integer from 0 through 59

millisecond

The UTC millisecond of second to which to set dateVar as an integer from 0 through 999

Usage

This method sets the UTC hour of dateVar to hour as a number from 0 to 23. Midnight is expressed as 0, and 11 PM as 23. It can optionally also set the UTC minute, second, and millisecond.

Example

For an example, read setUTCFullYear() Method.

See Also

getUTCHours() Method
setHours() Method
Universal Time Methods

Siebel eScript Language Reference