getDateTimeOffset (SQLServerResultSet)

Download JDBC driver

Retrieves the value of the designated column as a DateTimeOffset Class object in the Java programming language given the parameter index.

Overload List

Name Description
getDateTimeOffset Method (int) Retrieves the value of the designated column as a DateTimeOffset Class object in the Java programming language given the parameter index.
getDateTimeOffset (java.lang.string) Retrieves the value of the designated column as a DateTimeOffset Class object in the Java programming language given the parameter index.

See Also

setDateTimeOffset(int, java.sql.DateTimeOffset) (SQLServerStatement)