TimeFrame
A time frame that produces the relative data based on when the query is executed.
Last30Days = 1
The result must have a date from the past 30 days.
Last7Days = 0
The result must have a date from past 7 days.
LastWeek = 2
The result must have a date that was in the last week, Sunday to Saturday.
NextWeek = 3
The result must have a date that is in the next week, Sunday to Saturday.
ThisMonth = 5
The result must have a date that is in the current month.
ThisWeek = 4
The result must have a date that is in the current week, Sunday to Saturday.