GetTime
Gets the current time in the world.
{{#tag:syntaxhighlight| [Command("gettime")] public void GetTimeCommand(Client sender) {
sender.sendChatMessage("Time: " + ``World.GetTime().ToString());
}
|lang=csharp}} }}