TimeSpanFormatter Format Method TIBCO Spotfire 6.0 API Reference
Converts a TimeSpan value to a string representation.

Namespace: Spotfire.Dxp.Data.Formatters
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public override string Format(
	Object obj
)

Parameters

obj
Type: System Object
The TimeSpan value to convert.

Return Value

Type: String
A string representation of the TimeSpan value.

Implements

IDataFormatter Format(Object)
Exceptions

ExceptionCondition
System ArgumentNullExceptionIf obj is the null reference.
See Also