Navneet Chanalia's SharePoint Blog
Thursday, 11 October 2018
SPQuery: How to filter based on modified date?
<Query>
<Where>
<Leq>
<FieldRef Name="DateColumn" />
<Value Type="DateTime">
<Today OffsetDays="-4" />
// Modified in last 4 days
</Value>
</Leq>
</Where>
</Query>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment