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

Set Seconds Method


The Set Seconds method sets the second of dateVar to the value you specify in the second argument. You can optionally use this method to set the second argument to the value that you specify in the millisecond argument.

Format

dateVar.setSeconds(second[, millisecond])

Table 71 describes the arguments for the Set Seconds method.

Table 71. Arguments for the Set Seconds Method
Argument
Description

second

For more information, see Values for Dates and Times.

millisecond

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