Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.4 KB

File metadata and controls

30 lines (24 loc) · 1.4 KB
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

valueOf Method (DateTimeOffset)

[!INCLUDEDriver_JDBC_Download]

Creates a DateTimeOffset object representing a point in time at a particular offset from GMT.

Overload List

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.

See Also

DateTimeOffset Class
DateTimeOffset Members