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>
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)