DateTimeFormatter Methods TIBCO Spotfire 7.6 API Reference

The DateTimeFormatter type exposes the following members.

Methods

  Name Description
Protected method CheckReadOnly
Throws InvalidOperationException if the formatter is read-only. Do this check before setting a property.
(Inherited from DataFormatterBase.)
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.
(Inherited from DataFormatterBase.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Format
Override this method to convert an object to a string value.
(Inherited from DataFormatterBase.)
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.
(Inherited from DataFormatterBase.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Parse
Override this method to convert a string value to an object.
(Inherited from DataFormatterBase.)
Public method TryParse
Converts a string representation to an object. A return value indicates whether the conversion succeeded or failed.
(Inherited from DataFormatterBase.)
Top
See Also

Reference