TimeSpanFormatter Methods TIBCO Spotfire 7.11 API Reference

The TimeSpanFormatter type exposes the following members.

Methods

  Name Description
Public method Clone
Returns a writable copy of this formatter.
(Inherited from DataFormatterBase.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Overrides DataFormatterBaseEquals(Object).)
Public method Format
Converts a TimeSpan value to a string representation.
(Overrides DataFormatterBaseFormat(Object).)
Public method FormatInvalid
Formats an invalid value. If error is not null, the return value includes the "(error)" string, otherwise EmptyString is returned.
(Inherited from DataFormatterBase.)
Public method GetHashCode
Gets a hash code for the current Object.
(Overrides DataFormatterBaseGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Parse
Converts a string representation to a TimeSpan value.
(Overrides DataFormatterBaseParse(String).)
Public method TryParse
Converts a string representation to a TimeSpan value. A return value indicates whether the conversion succeeded or failed.
(Overrides DataFormatterBaseTryParse(String, Object).)
Top
See Also

Reference