Time validators
Time validators test whether the component's value has a valid time format according to local settings.
Attribute | Description |
---|---|
> | The component's value must be greater than the specified value. |
< | The component's value must be less than the specified value. |
>= | The component's value must be greater than or equal to the specified value. |
<= | The component's value must be less than or equal to the specified value. |
= | The component's value must be equal to the specified value. |
<> | The component's value must be not equal to the specified value. |
Minimum | The component's value must be greater than or equal to the specified value. |
Maximum | The component's value must be less than or equal to the specified value. |