GetClockDayOfWeek
Docslocal retval = GetClockDayOfWeek()Description
Gets the current day of the week.
0: Sunday
1: Monday
2: Tuesday
3: Wednesday
4: Thursday
5: Friday
6: Saturday
Returns
intReturns an integer value.
local retval = GetClockDayOfWeek()Gets the current day of the week.
0: Sunday
1: Monday
2: Tuesday
3: Wednesday
4: Thursday
5: Friday
6: Saturday
intReturns an integer value.
No snippets yet. Be the first to contribute!