dotConnect for FreshBooks Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetDateTimeOffset Method / GetDateTimeOffset(Int32) Method
The zero-based column ordinal.

In This Topic
GetDateTimeOffset(Int32) Method
In This Topic
Gets the value of the specified column as a System.DateTimeOffset object.
Syntax
'Declaration
 
Public Overloads Overridable Function GetDateTimeOffset( _
   ByVal ordinal As Integer _
) As DateTimeOffset
 

Parameters

ordinal
The zero-based column ordinal.

Return Value

The value of the specified column.
See Also