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!

ADODataReader.GetTimeSpan

[To be supplied.]

[Visual Basic]
Overridable Public Function GetTimeSpan( _
   ByVal ordinal As Integer _
) As TimeSpan
[C#]
public virtual TimeSpan GetTimeSpan(
   int ordinal
);
[C++]
public: virtual TimeSpan GetTimeSpan(
   int ordinal
);
[JScript]
public function GetTimeSpan(
   ordinal : int
) : TimeSpan;

Parameters

ordinal
[To be supplied.]

See Also

ADODataReader Class | ADODataReader Members | System.Data.ADO Namespace