Click or drag to resize

FormatTimeFormat Method

Time format 0h:00m or 00m (when no hours)
Examples

Example: total 98 minutes (integer) gives 1h:38m (string)

Return Value

Type: String

Formatted number

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string TimeFormat(
	int pTotalMinutes
)

Parameters

pTotalMinutes
Type: SystemInt32

[Missing <param name="pTotalMinutes"/> documentation for "M:SOWIData.Helper.Format.TimeFormat(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIData.Helper.Format.TimeFormat(System.Int32)"]

See Also