#TimePeriod
##Enum Properties
- CurrentQuarter - Specifies the values should be limited to sometime in the past three months.
- PreviousQuarter - Specifies the values should be limited to sometime in the previous quarter of a year.
- CurrentYear - Specifies the values should be limited to sometime in the current year.
- PreviousYear - Specifies the values should be limited to sometime in the previous year.
- CurrentMonth - Specifies the values should be limited to sometime in the current month.
- PreviousMonth - Specifies the values should be limited to sometime in the previous month.
- CurrentWeek - Specifies the values should be limited to sometime in the current week.
- PreviousWeek - Specifies the values should be limited to sometime in the previous week.
- Last30Days - Specifies the values should be limited to sometime in the last thirty days, regardless of how many days the current month has.
- NextAndLast30Days - Specifies the values should be limited to sometime in the thirty days before and after the current date.
- Last7Days - Specifies the values should be limited to sometime in the last seven days, regardless of what the current day of the week is.
- Today - Specifies the values should be limited to sometime today.
- Yesterday - Specifies the values should be limited to sometime yesterday.
- InTheFuture - Specifies the values should be limited to sometime in the future. This includes the current time for determining the starting point.
- InThePast - Specifies the values should be limited to sometime in the current month.
