The ValidationDateOptions enumeration contains date calculation methods for validation.
The enumeration is used by the following property:
| Value | Brief description |
| 0 | SpecificDate. The date determined by the IValidationDateSettings.Date property is used for validation calculation. |
| 1 | DependsFromData. The start or end date of the data is used for validation calculation. |
| 2 | RelativeDate. The current date modified by the number of periods determined by the IValidationDateSettings.Lag property is used for validation calculation. |
See also: