--- title: "DateTimeOffset Class | 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: 20bbeacd-ccca-4a46-8184-ff941ae2ec5f author: David-Engel ms.author: v-daenge --- # DateTimeOffset Class [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] This type represents an object of type microsoft.sql.DateTimeOffset and is the Java type that corresponds to the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] **datetimeoffset** data type. **Package:** microsoft.sql **Extends:** java.lang.Object **Implements:** java.lang.Comparable\, java.io.Serializable ## Syntax ``` public final class DateTimeOffset ``` ## Remarks For more information about data types, see [Understanding the JDBC Driver Data Types](../../../connect/jdbc/understanding-the-jdbc-driver-data-types.md). ## See Also [JDBC Driver API Reference](../../../connect/jdbc/reference/jdbc-driver-api-reference.md) [DateTimeOffset Members](../../../connect/jdbc/reference/datetimeoffset-members.md)