Enum Month
Defines the Months for when the DateTimeRange is equal to MonthOf.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum Month
Fields
| Name | Description |
|---|---|
| April | April |
| August | August, |
| December | December, |
| February | February |
| January | January |
| July | July, |
| June | June, |
| March | March |
| May | May |
| NotSet | Not Set |
| November | November, |
| October | October, |
| September | September, |
| Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |