GetPosixTime — FiveM Natives
0xDA488F299A5B164E · CLOCK · all
`` Gets system time as year, month, day, hour, minute and second. Example usage: int year; int month; int day; int hour; int minute; int second; TIME::GET_POSIX_TIME(&year, &month, &day, &hour, &minute, &second); ``
Parameters
| Name | Type |
|---|---|
| year | int* |
| month | int* |
| day | int* |
| hour | int* |
| minute | int* |
| second | int* |
Returns
void