DateTimeOffset Class

This type represents an object of type microsoft.sql.DateTimeOffset and is the Java type that corresponds to the SQL Server 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

Concepts

JDBC Driver API Reference

DateTimeOffset Members