🔧 SDK ReferenceManagersWorldManagersetTimesetTimeSets the current time of day.Syntaxengine.world.setTime(seconds);ParametersNameTypeDescriptionsecondsnumberThe time of day in seconds.Example// set the time to 10amengine.world.setTime(3600 * 10);Available on: Client