Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.12 KB

datetimeoffset-class.md

File metadata and controls

36 lines (25 loc) · 1.12 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
DateTimeOffset Class
DateTimeOffset Class
David-Engel
v-davidengel
01/19/2017
sql
connectivity
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