Skip to content

Commit 59a5c5d

Browse files
Merge pull request #277334 from seesharprun/patch-6
Cosmos DB | Fix typo in NoSQL query `DateTimePart`
2 parents 4176ecf + d16accc commit 59a5c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/query/datetimepart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Returns the value of the specified date and time part for the provided date and
2222
## Syntax
2323

2424
```nosql
25-
DateTimePart(<date_time> , <date_time_part>)
25+
DateTimePart(<date_time_part> , <date_time>)
2626
```
2727

2828
## Arguments

0 commit comments

Comments
 (0)