World::time.hour
This property gets/sets the hour in the game.
Getter
- <span style="color:green;">Number</span><span style="color:blue;"> (0 - 23)</span>
Setter
- <span style="color:green;">Number</span><span style="color:blue;"> (0 - 23)</span>
Example
```js var hour = mp.world.time.hour; // GETTER
mp.world.time.hour = 4; // SETTER ```