Siebel eScript Language Reference > Siebel eScript Commands > The Date Object >

getUTCSeconds() Method


This method returns the UTC second of a Date object.

Syntax

dateVar.getUTCSeconds()

Parameter
Description
Not applicable
 

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 and setUTCSeconds() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003