Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

File metadata and controls

41 lines (28 loc) · 1.3 KB
title setDateTimeOffset Method (SQLServerPreparedStatement)
description setDateTimeOffset Method (SQLServerPreparedStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

setDateTimeOffset Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

This method was added in [!INCLUDEmsCoName] [!INCLUDEssNoVersion] JDBC Driver 3.0.

Sets the value of the column specified to the DateTimeOffset Class value.

Syntax

  
public final void setDateTimeOffset(int n, microsoft.sql.DateTimeOffset x)  

Parameters

n

The zero-based ordinal of a column.

x

The DateTimeOffset Class object.

Exceptions

SQLServerException

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class