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

Revision as of 18:33, 13 January 2013

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