GetMinutes
Gets the current minutes in a time.
The following example prints the current minutes in an hour.
JavaScript
print("The current minute is " + new UtcTime().GetMinutes())
Lua
print("The current minute is "..tostring(UtcTime().GetMinutes()))
Gets the current minutes in a time.
The following example prints the current minutes in an hour.
JavaScript
print("The current minute is " + new UtcTime().GetMinutes())
Lua
print("The current minute is "..tostring(UtcTime().GetMinutes()))