ServicePRO SDK Help

FormatHelper..::..FormatDayHrsMin Method

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public static string FormatDayHrsMin(
	int Value,
	int AverageBusinessSecondsOfaDay,
	LocalizedTimeSuffixes timeSuffix,
	bool shortSuffix
)
Public Shared Function FormatDayHrsMin ( _
	Value As Integer, _
	AverageBusinessSecondsOfaDay As Integer, _
	timeSuffix As LocalizedTimeSuffixes, _
	shortSuffix As Boolean _
) As String

Parameters

Value
Type: Int32
AverageBusinessSecondsOfaDay
Type: Int32
timeSuffix
Type: HelpSTAR.PCL.Common..::..LocalizedTimeSuffixes
shortSuffix
Type: Boolean