Overload | Description |
---|---|
ToString() | The TdDate is converted to a String representation of the date. |
ToString(String) | TdDate is converted to the equivalent String using the specified format. |
ToString(IFormatProvider) | Converts a TdDate into the equivalent string representation. |
ToString(String,IFormatProvider) | TdDate is converted into the equivalent String representation using the specified format and culture information. |