SqlDataRecord.SetDateTimeOffset(Int32, DateTimeOffset) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the column specified to the DateTimeOffset value.
public:
virtual void SetDateTimeOffset(int ordinal, DateTimeOffset value);
public virtual void SetDateTimeOffset (int ordinal, DateTimeOffset value);
abstract member SetDateTimeOffset : int * DateTimeOffset -> unit
override this.SetDateTimeOffset : int * DateTimeOffset -> unit
Public Overridable Sub SetDateTimeOffset (ordinal As Integer, value As DateTimeOffset)
Parameters
- ordinal
- Int32
The zero-based ordinal of the column.
- value
- DateTimeOffset
The new value of the column.