GetTime
Gets the current time in the world.
Syntax
TimeSpan NAPI.World.GetTime();
Example
C# Syntax
Example
[Command("gettime")]
public void GetTimeCommand(Client sender)
{
sender.sendChatMessage("Time: " + NAPI.World.GetTime().ToString());
}