Date.setTime

Function/Meaning

Setting the number of milliseconds elapsed since 0:00 on January 1, 1970

Type
Dateclassmethod of
Syntax
setTime(time:int)
Arguments
time

Elapsed milliseconds

Return value
None (void)
Explanation