Native referenceFiveM

GET_UTC_TIME

0x8117E09A19EEF4D3 CLOCK
FUNCTION SIGNATURE
void GET_UTC_TIME(int* year, int* month, int* day, int* hour, int* minute, int* second);
Property Value
Native Name GET_UTC_TIME
Hash 0x8117E09A19EEF4D3
Return Type void
Parameters year (int*), month (int*), day (int*), hour (int*), minute (int*), second (int*)

Description: ``` Gets current UTC time

Back to CLOCK