Click or drag to resize

NetTime Class

Time service
Inheritance Hierarchy
SystemObject
  Internal.Lidgren.NetworkNetTime

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static class NetTime

The NetTime type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNow
Get number of seconds since the application started
Top
Methods
  NameDescription
Public methodStatic memberSetNow
Sets Now to the current value and track it like normal.
Public methodStatic memberToReadable
Given seconds it will output a human friendly readable string (milliseconds if less than 60 seconds)
Top
See Also