Click or drag to resize

Date.ToString Method

X#
Overload List
  NameDescription
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ToString.)
Public methodToString(IFormatProvider)
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
Public methodToString(String)
Converts the value of the current DateTime object to its equivalent string representation using the specified format and the formatting conventions of the current culture.
Public methodToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
Top
See Also