Enum IsDateValidResult
Outcome of validating an entered date/time value: whether it is valid, malformed, or falls below the minimum or above the maximum allowed date.
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public enum IsDateValidResult
Fields
| Name | Description |
|---|---|
| GreaterThanMaxDate | |
| Invalid | |
| LessThanMinDate | |
| Valid |