Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 976 Bytes

File metadata and controls

36 lines (27 loc) · 976 Bytes
title getMinutesOffset Method (DateTimeOffset) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 18ba844a-ea36-42de-87da-bbc222082efe
author David-Engel
ms.author v-daenge

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