Method GetDateTimeOffset
| Improve this Doc View SourceGetDateTimeOffset(Int32)
Retrieves the value of the specified column as nullable System.DateTimeOffset.
Declaration
public DateTimeOffset? GetDateTimeOffset(int ordinal)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ordinal | The zero based column ordinal. |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> | The value of the specified column. |