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: articles/azure-resource-manager/bicep/bicep-functions-date.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The datetime value that results from adding the duration value to the base value
32
32
33
33
### Remarks
34
34
35
-
The Add method takes into account leap years and the number of days in a month when performing date arithmetic. The following example adds one month to January 31:
35
+
The dateTimeAdd function takes into account leap years and the number of days in a month when performing date arithmetic. The following example adds one month to January 31:
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/template-functions-date.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The datetime value that results from adding the duration value to the base value
35
35
36
36
### Remarks
37
37
38
-
The Add method takes into account leap years and the number of days in a month when performing date arithmetic. The following example adds one month to January 31:
38
+
The dateTimeAdd function takes into account leap years and the number of days in a month when performing date arithmetic. The following example adds one month to January 31:
0 commit comments