SqlDataReader.GetDateTimeOffset Method
.NET Framework 3.5
Retrieves the value of the specified column as a DateTimeOffset object.
Assembly: System.Data (in System.Data.dll)
Parameters
- i
- Type: System.Int32
The zero-based column ordinal.
| Exception | Condition |
|---|---|
| InvalidCastException | The specified cast is not valid. |
No conversions are performed; therefore, the data retrieved must already be a DateTimeOffset object.
Call IsDBNull to check for null values before calling this method.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.