--- title: "setTimestamp Method (SQLServerCallableStatement) | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual apiname: - "SQLServerCallableStatement.setTimestamp" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: d4f59d5e-af85-491d-abde-eb06684745ce author: David-Engel ms.author: v-daenge --- # setTimestamp Method (SQLServerCallableStatement) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Sets the designated parameter to the given timestamp value. ## Overload List |Name|Description| |----------|-----------------| |[setTimestamp (java.lang.String, java.sql.Timestamp)](../../../connect/jdbc/reference/settimestamp-method-java-lang-string-java-sql-timestamp.md)|Sets the designated parameter to the given timestamp value.| |[setTimestamp (java.lang.String, java.sql.Timestamp, java.util.Calendar)](../../../connect/jdbc/reference/settimestamp-method-java-lang-string-java-sql-timestamp-java-util-calendar.md)|Sets the designated parameter to the given timestamp and calendar values.| ## See Also [SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md) [SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)