Enum DateTimeRange
Defines the Range values for when the DateTimeConditionEnum is set to 'In'.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum DateTimeRange
Fields
| Name | Description |
|---|---|
| Last30Days | Last 30 Days, |
| Last7Days | Last 7 Days |
| LastWeek | Last Week |
| MonthOf | The Month of [Month] |
| NextWeek | Next Week |
| NotSet | Not Set |
| ThisMonth | This Month |
| ThisWeek | This Week |
| Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |