dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataReader Class / GetTimeSpan Method / GetTimeSpan(Int32) Method
The zero-based column ordinal.

In This Topic
    GetTimeSpan(Int32) Method
    In This Topic
    Gets the value of the specified column as a System.TimeSpan object.
    Syntax
    'Declaration
     
    Public Overloads Function GetTimeSpan( _
       ByVal i As Integer _
    ) As TimeSpan
    public TimeSpan GetTimeSpan( 
       int i
    )

    Parameters

    i
    The zero-based column ordinal.

    Return Value

    The value of the specified column as a System.TimeSpan object.
    See Also