Skip to content

Commit 846613e

Browse files
Merge pull request SharePoint#5636 from JarbasHorst/patch-4
Update today-element-query.md
2 parents 320a44c + f1ea323 commit 846613e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/schema/today-element-query.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: In CAML, renders the current date in the format that is relative to
2121
Renders the current date in the format that is relative to the server's local time zone. For servers in the United States, the format is MM/DD/YYYY (for example, 1/21/2001).
2222

2323
```XML
24-
<Today Offset = "Integer">
24+
<Today OffsetDays = "Integer">
2525
</Today>
2626
```
2727

@@ -33,7 +33,7 @@ The following sections describe attributes, child elements, and parent elements.
3333

3434
|**Attribute**|**Description**|
3535
|:-----|:-----|
36-
|**Offset** <br/> |Optional **Integer**. Adds or subtracts the number of days that are specified by the positive or negative integer value. <br/> |
36+
|**OffsetDays** <br/> |Optional **Integer**. Adds or subtracts the number of days that are specified by the positive or negative integer value. <br/> |
3737

3838
### Child elements
3939

@@ -72,4 +72,4 @@ The following example queries for cases where the due date is today.
7272

7373
- [TodayISO element](todayiso-element.md)
7474
- [Month element (Regional Settings)](month-element-regional-settings.md)
75-
- [Now element (Query)](now-element-query.md)
75+
- [Now element (Query)](now-element-query.md)

0 commit comments

Comments
 (0)