Click or drag to resize

NetTimeToReadable Method

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
C#
public static string ToReadable(
	double seconds
)

Parameters

seconds
Type: SystemDouble

Return Value

Type: String
See Also