Siebel eScript Language Reference > C Language Library Reference > Clib Date and Time Methods >

Clib Convert Time to Integer Method


The Clib Return Time in Integers method returns the current time expressed in integers. The time format is not specifically defined except that it includes the current time according to the closest approximation that the operating system can make.

The following code assigns the current local time to the timeInt argument:

Clib.time(timeInt) and timeInt = Clib.time()

Format

Clib.time([[var] timeInt])

Table 176 describes the arguments for the Return Time in Integers method.

Table 176. Arguments for the Return Time in Integers Method
Argument
Description

timeInt

Holds the value that this method returns. You must declare this argument as a variable.

Example

For examples, see the following topics:

Related Topics

For more information, see the following topics:

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