Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.12 KB

File metadata and controls

37 lines (26 loc) · 1.12 KB
title DateTimeOffset Class
description DateTimeOffset Class
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

DateTimeOffset Class

[!INCLUDEDriver_JDBC_Download]

This type represents an object of type microsoft.sql.DateTimeOffset and is the Java type that corresponds to the [!INCLUDEssNoVersion] datetimeoffset data type.

Package: microsoft.sql

Extends: java.lang.Object

Implements: java.lang.Comparable<DateTimeOffset>, java.io.Serializable

Syntax

  
public final class DateTimeOffset  

Remarks

For more information about data types, see Understanding the JDBC Driver Data Types.

See Also

JDBC Driver API Reference
DateTimeOffset Members