Difference between revisions of "Getepoch"
From Mesham
Jump to navigationJump to search (Created page with '== Overview == This getepoch() function will return the number of milliseconds since the epoch (1st January 1970). * '''Pass:''' Nothing * '''Returns:''' Long containing th…') |
m (2 revisions imported) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* '''Pass:''' Nothing | * '''Pass:''' Nothing | ||
* '''Returns:''' [[Long]] containing the number of milliseconds | * '''Returns:''' [[Long]] containing the number of milliseconds | ||
+ | |||
+ | ''Since: Version 1.0'' | ||
[[Category:Function Library]] | [[Category:Function Library]] | ||
[[Category:System Functions]] | [[Category:System Functions]] |
Latest revision as of 15:44, 15 April 2019
Overview
This getepoch() function will return the number of milliseconds since the epoch (1st January 1970).
- Pass: Nothing
- Returns: Long containing the number of milliseconds
Since: Version 1.0