Formatter for TimeSpan values.
Inheritance Hierarchy
Spotfire.Dxp.Data.FormattersDataFormatterBase
Spotfire.Dxp.Data.FormattersTimeSpanFormatter
Namespace: Spotfire.Dxp.Data.Formatters
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class TimeSpanFormatter : DataFormatterBase
The TimeSpanFormatter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CultureInfo |
Gets or sets a CultureInfo object that defines the
default formatting.
(Inherited from DataFormatterBase.) | |
| CultureName |
Gets or sets the name of the culture that defines the default formatting.
(Inherited from DataFormatterBase.) | |
| EmptyString |
Gets or sets the string used to indicate empty values.
(FormatInvalid(String)).
(Inherited from DataFormatterBase.) | |
| ExactParse | Gets or sets a value indicating whether
the format of the string representation must match the
specified format exactly or not. Default is false.
(Inherited from DataFormatterBase.) | |
| IsLocalized |
Gets a value indicating whether this formatter is localized and always
uses CultureInfo derived from the current running thread or not.
(Inherited from DataFormatterBase.) | |
| IsReadOnly | Gets a value indicating whether the formatter is read-only or not.
(Inherited from DataFormatterBase.) |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a writable copy of this formatter.
(Inherited from DataFormatterBase.) | |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Overrides DataFormatterBaseEquals(Object).) | |
| Format |
Converts a TimeSpan value to a string representation.
(Overrides DataFormatterBaseFormat(Object).) | |
| FormatInvalid |
Formats an invalid value. If error is not null,
the return value includes the "(error)" string, otherwise
EmptyString is returned.
(Inherited from DataFormatterBase.) | |
| GetHashCode |
Gets a hash code for the current Object.
(Overrides DataFormatterBaseGetHashCode.) | |
| GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides DataFormatterBaseGetObjectData(SerializationInfo, StreamingContext).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Parse |
Converts a string representation to a TimeSpan value.
(Overrides DataFormatterBaseParse(String).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryParse |
Converts a string representation to a TimeSpan value. A return value indicates
whether the conversion succeeded or failed.
(Overrides DataFormatterBaseTryParse(String, Object).) |
Version Information
See Also