| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >
The Time Object
The Clib object (like the Date object) represents time in two distinct ways: as an integral value (the number of seconds passed since January 1, 1970) and as a Time object with properties for the day, month, year, and so on. This Time object is distinct from the standard JavaScript Date object. You cannot use Date object properties with a Time object or vice versa.
Note that the Time object differs from the Date object, although they contain similar data. The Time object is for use with the other date and time functions in the Clib object. It has the integer properties listed in Table 5.
| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel eScript Language Reference Published: 18 April 2003 |