valueOf Method (DateTimeOffset)

Download JDBC driver

Creates a DateTimeOffset object representing a point in time at a particular offset from GMT.

Overload List

Name Description
valueOf(java.sql.Timestamp, int) Creates a DateTimeOffset object representing a point in time at a particular offset from GMT given a java.sql.Timestamp value and a value indicating the offset in minutes.
valueOf(java.sql.Timestamp, java.util.Calendar) Creates a DateTimeOffset object representing a point in time at a particular offset from GMT given a java.sql.Timestamp value and a java.util.Calendar value indicating the offset.

See Also

DateTimeOffset Class
DateTimeOffset Members