Siebel eScript Language Reference > Methods Reference > UTC Methods >

Set UTC Month Method


The Set UTC Month method sets the UTC month of a date object to a specific month.

Format

dateVar.setUTCMonth(month[, date])

Table 78 describes the arguments for the Set UTC Month method.

Table 78. Arguments for the Set UTC Month Method
Argument
Description

month

The UTC month to set in dateVar as an integer from 0 through 11. As an option, you can set this argument to the value that the date argument contains. For more information, see Values for Dates and Times.

date

The UTC date of the month argument to set in dateVar as an integer from 1 through 31.

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.