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!

SQLDateTime.FromString

[To be supplied.]

[Visual Basic]
Public Shared Function FromString( _
   ByVal s As String _
) As SQLDateTime
[C#]
public static SQLDateTime FromString(
   string s
);
[C++]
public: static SQLDateTime FromString(
   String* s
);
[JScript]
public static function FromString(
   s : String
) : SQLDateTime;

Parameters

s
[To be supplied.]

See Also

SQLDateTime Structure | SQLDateTime Members | System.Data.SQLTypes Namespace