SqlDataRecord.SetTimeSpan Method
.NET Framework 3.5
Sets the value of the column specified to the TimeSpan.
Assembly: System.Data (in System.Data.dll)
Parameters
- ordinal
- Type: System.Int32
The zero-based ordinal of the column.
- value
- Type: System.TimeSpan
The new value of the column.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The ordinal passed in is a negative number. |
| ArgumentException | The TimeSpan value passed in is greater than 24 hours in length. |
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.