Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.04 KB

File metadata and controls

44 lines (30 loc) · 1.04 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
getTimeZoneOffsetMinutes (Power Apps component framework API reference) | Microsoft Docs
Gets the offset in minutes from UTC for the given date.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

getTimeZoneOffsetMinutes

[!INCLUDE gettimezoneoffsetminutes-description]

Available for

Model-driven and canvas apps

Syntax

context.usersettings.getTimeZoneOffsetMinutes(date)

Parameters

Parameter Name Type Required Description
date Date Yes date to get the offset from utc for.

Return Value

Type: Number Description: Time zone offset in minutes.

Related articles

User Settings
Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]