milliseconds | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | millisecond,millisec,millisecs | ||||||
Summary | Returns the number of milliseconds since the start of the eon. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer, milliseconds Command: convert Function: seconds, milliseconds, date, ticks Control Structure: function Glossary: event, return, eon | ||||||
Description | Use the milliseconds function to time events that must be checked more often than once per second. The milliseconds function returns the total number of milliseconds since midnight GMT, January 1, 1970. A millisecond is one-thousandth of a second. If you don't need to time events with this much precision, use the seconds function or the ticks function. | ||||||
Tags | math |