Siebel eScript Language Reference > Siebel eScript Commands > Date and Time Methods >

setHours() Method


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

Syntax

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

Parameter
Description

hour

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

minute

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

second

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

millisecond

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

Usage

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

See Also

getHours() Method
setMilliseconds() Method
setMinutes() Method
setSeconds() Method
setUTCHours() Method

Siebel eScript Language Reference Copyright © 2007, Oracle. All rights reserved.