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

setUTCDate() Method


This method sets the UTC day of a Date object to the specified day of a UTC month.

Syntax

dateVar.setUTCDate(dayOfMonth)

Parameter
Description

dayOfMonth

The day of the UTC month to which to set dateVar as an integer from 1 through 31

Usage

This method sets the UTC day of dateVar to dayOfMonth as a number from 1 to 31. The first day of a month is 1; the last is 28, 29, 30, or 31.

See Also

getUTCDate() Method
setDate() Method
Universal Time Methods

Siebel eScript Language Reference