Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetTimeStamp

techGetTimeStamp(
d_techID
) 
=> x_timeStamp / nil

Description

Returns the last save time of the technology database loaded. The time stamp is updated every time you save the technology database. The time stamp is an integer representing the number of seconds elapsed since 00:00:00 GMT, January 1, 1970.

Arguments

d_techID

The identifier of the technology database.

Value Returned

x_timeStamp

The number of seconds elapsed since 00:00:00 GMT,
January 1, 1970.

nil

The technology database does not exist.

Example

techGetTimeStamp( tfID )
=> 10281600

Returns the time elapsed since the last update of the technology database identified by tfID. In this example, the time is 10281600/60*60*24 = 119 days.


Return to top
 ⠀
X