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