Time Functions
From UBot Studio
(Difference between revisions)
(Created page with "The '''Time Functions''' returns system time and calculates the differences between hours, minutes, seconds and milliseconds. File:timefunc.jpg == List of Time Functio...") |
|||
Line 8: | Line 8: | ||
− | *[[Date]]: | + | *[[Date]]: Returns the current date |
− | *[[n seconds]]: | + | *[[n seconds]]: Returns a desired amount of second/milliseconds/hours/minutes/days |
− | *[[n from now]]: | + | *[[n from now]]: Returns the date plus the desired amount of second/days/milliseconds/hours/minutes |
− | *[[n ago]]: | + | *[[n ago]]: Returns the date minus the desired amount of second/days/milliseconds/hours/minutes |
− | *[[Now]]: | + | *[[Now]]: Returns the current date and time |
Latest revision as of 20:58, 6 October 2016
The Time Functions returns system time and calculates the differences between hours, minutes, seconds and milliseconds.
[edit] List of Time Functions
- Date: Returns the current date
- n seconds: Returns a desired amount of second/milliseconds/hours/minutes/days
- n from now: Returns the date plus the desired amount of second/days/milliseconds/hours/minutes
- n ago: Returns the date minus the desired amount of second/days/milliseconds/hours/minutes
- Now: Returns the current date and time