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

Clib.asctime() Method


This method returns a string representing the date and time extracted from a Time object.

Syntax

Clib.asctime(Time)

Parameter
Description
Time
A Time object

Returns

A string representing the date and time extracted from a Time object.

Usage

For details on the Time object, read The Time Object. The returned string has the format Day Mon dd hh:mm:ss yyyy; for example, Mon Jul 10 13:21:56 2000.

See Also

Clib.ctime() Method, Clib.gmtime() Method, Clib.localtime() Method, Clib.mktime() Method, GetDate() Method, getTime() Method, and getUTCDate() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003