robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..SecToHour Method

int Seconds to string HH:MM:SS.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string SecToHour(
	int sec
)
Public Shared Function SecToHour ( _
	sec As Integer _
) As String
public:
static String^ SecToHour(
	int^ sec
)

Parameters

sec
Type: Int32
The seconds.

Return Value

System.String.