Converts the date and time value of this instance to a String.
Converts the date and time value of this instance to a string.
[Visual Basic] Overloads Overrides Public Function ToString() As String
[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;
Converts the date and time value of a specified DateTime to a String.
[Visual Basic] Overloads Public Shared Function ToString(DateTime) As String
[C#] public static string ToString(DateTime);
[C++] public: static String* ToString(DateTime);
[JScript] public static function ToString(DateTime) : String;