Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 874 Bytes

getminutesoffset-method-datetimeoffset.md

File metadata and controls

33 lines (24 loc) · 874 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic
getMinutesOffset Method (DateTimeOffset)
getMinutesOffset Method (DateTimeOffset)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

getMinutesOffset Method (DateTimeOffset)

[!INCLUDEDriver_JDBC_Download]

Returns the offset, in minutes from GMT, of this DateTimeOffset object.

Syntax

  
public int getMinutesOffset()  

Return Value

The offset in minutes.

Remarks

For a DateTimeOffset object representing 8 March 2010, 11:35:48 -0800, getMinutesOffset returns the value 480.

See Also

DateTimeOffset Class
DateTimeOffset Members