Given seconds it will output a human friendly readable string (milliseconds if less than 60 seconds)
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static string ToReadable(
double seconds
)
Parameters
- seconds
- Type: SystemDouble
Return Value
Type:
StringSee Also