Click or drag to resize

BasePlayerSetTime Method

Sets the clock of this BasePlayer to a specific value. This also changes the daytime. (night/day etc.)

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public virtual void SetTime(
	int hour,
	int minutes
)

Parameters

hour
Type: SystemInt32
Hour to set (0-23).
minutes
Type: SystemInt32
Minutes to set (0-59).
See Also