Skip to content

Commit 670c332

Browse files
authored
Merge pull request #2174 from MicrosoftDocs/chmoncay-patch-2
Update setValue.md
2 parents 03df1e1 + 20daf56 commit 670c332

File tree

1 file changed

+1
-7
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes

1 file changed

+1
-7
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/setValue.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,11 @@ All
2929
## Parameters
3030
Depends on the type of attribute.
3131

32-
<!-- TODO:
33-
34-
Change type links from msdn to docs, i.e. https://msdn.microsoft.com/library/dwab3ed2.aspx to /scripting/javascript/reference/number-object-javascript
35-
36-
or MDN https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number
37-
-->
3832

3933
| Attribute Type|Parameters Type|
4034
-------|------|
4135
| boolean| [Boolean](https://msdn.microsoft.com/library/t7bkhaz6.aspx) |
42-
| datetime|[Date](https://msdn.microsoft.com/library/cd9w2te4.aspx)|
36+
| datetime|[Date](https://msdn.microsoft.com/library/cd9w2te4.aspx) <br/><br/>In the Unified Interface, date values are assumed to be UTC.<br/>In the legacy web client, date values are assumed to be in the user's time zone.|
4337
| decimal| [Number](https://msdn.microsoft.com/library/dwab3ed2.aspx)|
4438
| double| [Number](https://msdn.microsoft.com/library/dwab3ed2.aspx) |
4539
| Integer|[Number](https://msdn.microsoft.com/library/dwab3ed2.aspx)|

0 commit comments

Comments
 (0)