Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

getCurrentTime

getCurrentTime( 
) 
=> t_timeString

Description

Returns a string representation of the current time.

Arguments

None

Value Returned

t_timeString

Current time in the form of a string. The format of the string is month day hour:minute:second year.

Examples

The format used in the following example is also used by the compareTime function.

getCurrentTime( )=> "June 10 18:15:18 2022"

Related Topics

Environment Functions

cputime


Return to top
 ⠀
X