Summary
Returns the current server time. The shortcut to the Server.Time property.
Syntax
public DateTime Time{ get; }
Example 1
protected override void OnTick() { Print("The Server Time is: {0}", Time); }
public DateTime Time{ get; }
protected override void OnTick() { Print("The Server Time is: {0}", Time); }