Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 822 Bytes

File metadata and controls

31 lines (23 loc) · 822 Bytes
title getTimestamp Method (DateTimeOffset)
description getTimestamp Method (DateTimeOffset)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

getTimestamp Method (DateTimeOffset)

[!INCLUDEDriver_JDBC_Download]

Returns the point in time represented by this DateTimeOffset object as a java.sql.Timestamp.

Syntax

  
public java.sql.Timestamp getTimestamp()  

Return Value

A value of type java.sql.Timestamp.

See Also

DateTimeOffset Class
DateTimeOffset Members