Siebel eScript Language Reference > Siebel eScript Quick Reference > Other Clib Methods >

Date and Time Methods


Table 201 describes date and time methods.

Table 201. Quick Reference for Date and Time Methods
Method
Description

Clib Convert Integer to GMT Method

Converts a date and time to GMT.

Clib Convert Integer to Local Time Method

Converts an integer to local time.

Clib Convert Time Object to Integer Method

Converts a time object to an integer.

Clib Get Difference in Seconds Method

Computes the difference between two times.

Clib Get Formatted Date and Time Method

Writes a formatted date and time to a string.

Clib Get Local Date and Time Method

Returns a string that includes the local date and time.

Clib Get Tick Count Method

Returns the current processor tick count.

Convert Date and Time to String Method

Converts a date and time to a string.

Convert Date String to Date Object Method

Converts a date string to a date object.

Convert Date to GMT String Method

Converts a date object to a GMT string.

Convert Date to Integer Method

Converts a date object to an integer.

Convert Integer Date to JavaScript Date Method

Converts an integer date to a JavaScript date.

Convert UTC Date to Readable Date Method

Converts a UTC date to a format that a human can read.

Get Day of Month Method

Returns the day of the month.

Get Day of Week Method

Returns the day of the week.

Get Full Year Method

Returns the year as a four digit number.

Get Hours Method

Returns the hour.

Get Milliseconds Method

Returns the millisecond.

Get Minutes Method

Returns the minute.

Get Month Method

Returns the month.

Get Seconds Method

Returns the second.

Get Time Method

Returns the date and time, in milliseconds, of a date object.

Get Time Zone Offset Method

Returns the difference, in minutes, from GMT.

Get UTC Day of Month Method

Returns the UTC day of the month.

Get UTC Day of Week Method

Returns the UTC day of the week.

Get UTC Full Year Method

Returns the UTC year as a four digit number.

Get UTC Hours Method

Returns the UTC hour.

Get UTC Milliseconds Method

Returns the UTC millisecond.

Get UTC Minutes Method

Returns the UTC minute.

Get UTC Month Method

Returns the UTC month.

Get UTC Seconds Method

Returns the UTC second.

Get Year Method

Returns the year as a two digit number.

Set Date Method

Sets the day of the month.

Set Full Year Method

Sets the year as a four digit number.

Set Hours Method

Sets the hour.

Set Milliseconds Method

Sets the millisecond.

Set Minutes Method

Sets the minute.

Set Month Method

Sets the month.

Set Seconds Method

Sets the second.

Set Time Method

Sets the date and time in a date object, in milliseconds.

Set UTC Date Method

Sets the UTC day of the month.

Set UTC Full Year Method

Sets the UTC year as a four digit number.

Set UTC Hours Method

Sets the UTC hour.

Set UTC Milliseconds Method

Sets the UTC millisecond.

Set UTC Minutes Method

Sets the UTC minute.

Set UTC Month Method

Sets the UTC month.

Set UTC Seconds Method

Sets the UTC second.

Set Year Method

Sets the year as a two digit number.

Siebel eScript Language Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.