Time Property¶ Summary¶ Returns the server time. Signature¶ 1public abstract DateTime Time {get;} Return Value¶ DateTime Declaring Type¶ cAlgo.API.Internals.IServer Examples¶ 1 2 3 4 protected override void OnTick() { Print("The Server Time is: {0}", Server.Time); } Last update: February 3, 2023