Click or drag to resize

CommonDateTimeFormatTimeSpan Method (TimeSpan, TimeSpanFormat, IFormatProvider)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string FormatTimeSpan(
	TimeSpan timeSpan,
	TimeSpanFormat format,
	IFormatProvider provider
)

Parameters

timeSpan
Type: SystemTimeSpan
format
Type: Omada.OE.ModelTimeSpanFormat
provider
Type: SystemIFormatProvider

Return Value

Type: String
See Also