Advantage .NET Data Provider
Gets the value of the specified column as a TimeSpan object.
public TimeSpan GetTimeSpan( int columnNumber );
This method retrieves the specified zero-based column value as a TimeSpan object. No conversions are performed, therefore the data retrieved must already be a time field or an exception is generated. This method cannot be used to retrieve null values. Call AdsDataReader.IsDBNull to check for null values before calling this method.
Note This method can be used to retrieve Advantage Time field values. The System.TimeSpan type is the closest match to the Advantage Time column type.