AdomdDataReader.GetTimeSpan Method

Gets the value of the specified column as a TimeSpan object.

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 object that contains the value of the specified column.

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdClient Namespace