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])

The following table describes the 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: