ToReadable Method
From Lidgren.Network
| Lidgren Network Library documentation |
| NetTime..::..ToReadable Method |
| NetTime Class See Also Send Feedback |
Given seconds it will output a human friendly readable string (milliseconds if less than 60 seconds)
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public static string ToReadable( double seconds ) |
| Visual Basic |
|---|
Public Shared Function ToReadable ( _ seconds As Double _ ) As String |
| Visual C++ |
|---|
public: static String^ ToReadable( double seconds ) |
Parameters
- seconds
- Type: System..::..Double
[Missing <param name="seconds"/> documentation for "M:Lidgren.Network.NetTime.ToReadable(System.Double)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetTime.ToReadable(System.Double)"]