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

getUTCMilliseconds() Method


This method returns the UTC millisecond of a Date object.

Syntax

dateVar.getUTCMilliseconds()

Returns

The UTC millisecond of dateVar as a number from 0 to 999.

Usage

This method returns the UTC millisecond of dateVar as a number from 0 through 999. The first millisecond in a second is 0; the last is 999.

See Also

getMilliseconds() Method
setUTCMilliseconds() Method

Siebel eScript Language Reference