[]
Specifies the time period.
public enum TimePeriods
Last7Days = 2
Specifies the last 7 days.
LastMonth = 5
Specifies last month.
LastWeek = 4
Specifies last week.
NextMonth = 8
Specifies next month.
NextWeek = 7
Specifies next week.
ThisMonth = 9
Specifies this month.
ThisWeek = 3
Specifies this week.
Today = 0
Specifies today.
Tomorrow = 6
Specifies tomorrow.
Yesterday = 1
Specifies yesterday.