Share via


AdomdDataReader.GetTimeSpan Method

Returns a TimeSpan that contains the value from the specified column.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function GetTimeSpan ( _
    ordinal As Integer _
) As TimeSpan
'Usage
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim returnValue As TimeSpan

returnValue = instance.GetTimeSpan(ordinal)
public TimeSpan GetTimeSpan(
    int ordinal
)
public:
TimeSpan GetTimeSpan(
    int ordinal
)
member GetTimeSpan : 
        ordinal:int -> TimeSpan 
public function GetTimeSpan(
    ordinal : int
) : TimeSpan

Parameters

  • ordinal
    Type: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.TimeSpan
A TimeSpan that contains the value of the specified column.