Skip to content

Commit 31fc066

Browse files
authored
Canvas app issue 788 fix
1 parent bf8e094 commit 31fc066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-dateadd-datediff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The **TimeZoneOffset** function returns the number of minutes between the user's
2828

2929
You can use **DateAdd** with the **TimeZoneOffset** to convert between the user's local time and UTC (Coordinated Universal Time). Adding **TimeZoneOffset** will convert a local time to UTC, and subtracting it (adding the negative) will convert from UTC to local time.
3030

31-
Also see [Date, Time, and DateTime data types](/data-types#date-time-and-datetime) and [working with dates and times](../show-text-dates-times.md) for more information.
31+
Also see [Date, Time, and DateTime data types](../functions/data-types.md#date-time-and-datetime) and [working with dates and times](../show-text-dates-times.md) for more information.
3232

3333
## Syntax
3434
**DateAdd**( *DateTime*, *Addition* [, *Units* ] )

0 commit comments

Comments
 (0)