Now Element
Windows SharePoint Services 3
Returns the current date and time.
<Now> </Now>
The following example queries for cases where a recurring event overlaps with the current date and time.
<Query> <Where> <DateRangesOverlap> <FieldRef Name="EventDate" /> <FieldRef Name="EndDate" /> <FieldRef Name="RecurrenceID" /> <Value Type="DateTime"> <Now /> </Value> </DateRangesOverlap> </Where> </Query>