Skip to content

Commit bc6f19b

Browse files
committed
minor edit
1 parent 6e248be commit bc6f19b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-functions-date.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The datetime value that results from adding the duration value to the base value
3232

3333
### Remarks
3434

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:
3636

3737
```bicep
3838
output add1MonthOutput string = dateTimeAdd('2023-01-31 00:00:00Z', 'P1M') //2023-03-02T00:00:00Z

articles/azure-resource-manager/templates/template-functions-date.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The datetime value that results from adding the duration value to the base value
3535

3636
### Remarks
3737

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:
3939

4040
```json
4141
"outputs": {

0 commit comments

Comments
 (0)