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