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

getUTCSeconds() Method


This method returns the UTC second of a Date object.

Syntax

dateVar.getUTCSeconds()

Returns

The UTC second of dateVar as number from 0 to 59.

Usage

This method returns the UTC second of dateVar as a number from 0 through 59. The first second of a minute is 0, and the last is 59.

See Also

getSeconds() Method
setUTCSeconds() Method

Siebel eScript Language Reference