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!

IDataRecord.GetTimeSpan

[To be supplied.]

[Visual Basic]
Function GetTimeSpan( _
   ByVal i As Integer _
) As TimeSpan
[C#]
TimeSpan GetTimeSpan(
   int i
);
[C++]
TimeSpan GetTimeSpan(
   int i
) = 0;
[JScript]
function GetTimeSpan(
   i : int
) : TimeSpan;

Parameters

i
[To be supplied.]

See Also

IDataRecord Interface | IDataRecord Members | System.Data Namespace