| title | setDateTimeOffset Method (SQLServerPreparedStatement) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.suite | sql |
| ms.technology | connectivity |
| ms.tgt_pltfrm | |
| ms.topic | conceptual |
| ms.assetid | 5014dba9-1755-4769-b070-6cbeecee864e |
| caps.latest.revision | 7 |
| author | MightyPen |
| ms.author | genemi |
| manager | craigg |
[!INCLUDEDriver_JDBC_Download]
This method was added in [!INCLUDEmsCoName][!INCLUDEssNoVersion] JDBC Driver 3.0.
Sets the value of the column specified to the DateTimeOffset Class value.
public final void setDateTimeOffset(int n, microsoft.sql.DateTimeOffset x)
n
The zero-based ordinal of a column.
x
The DateTimeOffset Class object.
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class