NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.ToString

Converts the date and time value of this instance to a String.

Overload List

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;

See Also

DateTime Structure | DateTime Members | System Namespace