| title | valueOf Method (DateTimeOffset) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | 38692b3e-ca7f-4e26-8787-1a34bb13c996 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Creates a DateTimeOffset object representing a point in time at a particular offset from GMT.
| Name | Description |
|---|---|
| valueOf(java.sql.Timestamp, int) | Creates a DateTimeOffset object representing a point in time at a particular offset from GMT given a java.sql.Timestamp value and a value indicating the offset in minutes. |
| valueOf(java.sql.Timestamp, java.util.Calendar) | Creates a DateTimeOffset object representing a point in time at a particular offset from GMT given a java.sql.Timestamp value and a java.util.Calendar value indicating the offset. |