Values for Dates and Times

The following table describes values for months, days, hours, minutes, and seconds. Many Siebel eScript objects use these same values.

Time Period Description

month

A month, specified as an integer from 0 to 11. January is 0 and December is 11.

day

A day of the month, specified as an integer from 1 to 31. The first day of the month is 1. The last day of the month is 28, 29, 30, or 31.

hours

An hour, specified as an integer from 0 to 23. Midnight is 0 and 11 PM is 23.

minutes

A minute, specified as an integer from 0 to 59. The first minute of an hour is 0 and the last minute of an hour is 59.

seconds

A second, specified as an integer from 0 to 59. The first second of a minute is 0 and the last second of a minute is 59.

millisecond

A millisecond, specified as an integer from 0 through 999. The first millisecond is 0 and the last millisecond is 999.