You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/time-zone-entities.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Time zone entities (Common Data Service) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces
3
3
description: "The time zone entities contain time zone information, such as supported time zone, time zone code, localized time zone, storing information on how times are calculated."# 115-145 characters including spaces. This abstract displays in the search result.
4
4
ms.custom: ""
5
-
ms.date: 10/31/2018
5
+
ms.date: 08/27/2020
6
6
ms.reviewer: "pehecke"
7
7
ms.service: powerapps
8
8
ms.topic: "article"
@@ -17,15 +17,16 @@ search.app:
17
17
---
18
18
# Time zone entities
19
19
20
-
The *time zone* entities can be used when you write code that works in multiple time zones. The following three read-only entities in Common Data Service contain time zone information:
20
+
> [!NOTE]
21
+
> The *time zone rule* entity is deprecated. The time conversion calculation is now provided by Microsoft Windows. Refer to this article for more information: [Microsoft policy in response to daylight saving time and time zone changes](https://support.microsoft.com/help/22803/daylight-saving-time).
22
+
23
+
The *time zone* entities can be used when you write code that works in multiple time zones. The following two read-only entities in Common Data Service contain time zone information:
21
24
22
-
- The *time zone definition entity* stores basic information about each supported time zone, including the time zone code and the standard time zone name.
25
+
- The *time zone definition entity* stores basic information about each supported time zone, including the time zone code and the standard time zone name.
23
26
24
27
- The *time zone localized name* entity stores the localized time zone names.
25
28
26
-
- The *time zone rule* entity stores information about how times are calculated.
27
-
28
-
The following table lists the messages that are related to time zones, but don’t refer to a specific entity.
29
+
The following table lists the messages that are related to time zones, but don’t refer to a specific entity.
29
30
30
31
|Message|Description|
31
32
|-------------|-----------------|
@@ -39,5 +40,4 @@ The *time zone* entities can be used when you write code that works in multiple
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-process/setActiveProcessInstance.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ search.app:
28
28
29
29
|Name|Type|Required|Description|
30
30
|--|--|--|--|
31
-
|processId|String|Yes|The Id of the process instance to set as the active instance.|
31
+
|processInstanceId|String|Yes|The Id of the process instance to set as the active instance.|
32
32
|callbackFunction|Function|No|A function to call when the operation is complete. This callback function is passed one of the following string values to indicate whether the operation succeeded:<br/>- **success**: The operation succeeded.<br/>- **invalid**: The processInstanceId isn’t valid or the process isn’t enabled.|
0 commit comments