Native referenceFiveM

GET_CLOCK_DAY_OF_WEEK

0xD972E4BD7AEB235F CLOCK
FUNCTION SIGNATURE
int GET_CLOCK_DAY_OF_WEEK(/* parameters not documented */);
Property Value
Native Name GET_CLOCK_DAY_OF_WEEK
Hash 0xD972E4BD7AEB235F
Return Type int

Description: ``` Gets the current day of the week.
0: Sunday
1: Monday
2: Tuesday
3: Wednesday
4: Thursday
5: Friday
6: Saturday

Back to CLOCK