Skip to content

Commit 570d944

Browse files
Merge pull request #818 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/query-docs (branch main)
2 parents 1bc5f33 + 560548d commit 570d944

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

query-languages/m/m-spec-values.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: M Language values
33
description: Describes using values in the Power Query M formula language
44
ms.topic: conceptual
5-
ms.date: 8/2/2022
5+
ms.date: 3/28/2025
66
ms.custom: "nonautomated-date"
77
ms.subservice: m-specification
88
---
@@ -335,6 +335,7 @@ Additionally, the following operators allow one or both of their operands to be
335335
| `x * y` | `duration` | `number` | N times a duration |
336336
| `x * y` | `number` | `duration` | N times a duration |
337337
| `x / y` | `duration` | `number` | Fraction of a duration |
338+
| `x / y` | `duration` | `duration` | Numeric quotient of durations |
338339

339340
The native type of duration values is the intrinsic type `duration`.
340341

0 commit comments

Comments
 (0)