milliseconds()
The method returns the milliseconds of a time.
Synopsis
int time.milliSeconds();
Description
The method returns the milliseconds of a time.
Return Value
The milliseconds of a time.
Example
main()
{
time t = getCurrentTime();
DebugN("The milliseconds of the time:", t.milliSeconds());
}
Assignment
Time function
Availability
UI,CTRL