Skip to content

TimeInUtc Property

Summary

Returns the server time in UTC.

Signature

1
public abstract DateTime TimeInUtc {get;}

Return Value

DateTime

Declaring Type

cAlgo.API.Internals.IServer

Examples

1
2
3
4
 protected override void OnTick()
 {
     Print("The Server Time in UTC is: {0}", Server.TimeInUtc);
 }

Last update: March 23, 2023