Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2 KB

File metadata and controls

43 lines (33 loc) · 2 KB
title DateTimeOffset Members
description DateTimeOffset Members
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

DateTimeOffset Members

[!INCLUDEDriver_JDBC_Download]

The following tables list the members that are exposed by the DateTimeOffset Class class.

Constructors

None.

Fields

None.

Methods

Name Description
compareTo Compares this DateTimeOffset object to another DateTimeOffset object based on their time at GMT.
equals Compares this DateTimeOffset object to another Object.
getMinutesOffset Returns the offset, in minutes from GMT, of this DateTimeOffset object.
getTimestamp Returns the point in time represented by this DateTimeOffset object as a java.sql.Timestamp.
hashCode Returns a hash code value for the object.
toString Returns a string representation of the DateTimeOffset object.
valueOf Creates a DateTimeOffset object representing a point in time at a particular offset from GMT.

Inherited Methods

Class inherited from: Methods
class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait,

See Also

DateTimeOffset Class