See: Description
| Annotation Type | Description |
|---|---|
| After |
Validates that a date/time object is after a specific moment in time.
|
| After.List |
Defines several
After annotations on the same element. |
| Before |
Validates that a date/time object is before a specific moment in time.
|
| Before.List |
Defines several
Before annotations on the same element. |
| MaxAfter |
Validates that a date/time object is not more than a specific duration after a specific moment in time.
|
| MaxAfter.List |
Defines several
MaxAfter annotations on the same element. |
| MaxBefore |
Validates that a date/time object is not more than a specific duration before a specific moment in time.
|
| MaxBefore.List |
Defines several
MaxBefore annotations on the same element. |
| MinAfter |
Validates that a date/time object is not less than a specific duration after a specific moment in time.
|
| MinAfter.List |
Defines several
MinAfter annotations on the same element. |
| MinBefore |
Validates that a date/time object is not less than a specific duration before a specific moment in time.
|
| MinBefore.List |
Defines several
MinBefore annotations on the same element. |
| NotAfter |
Validates that a date/time object is not after a specific moment in time.
|
| NotAfter.List |
Defines several
NotAfter annotations on the same element. |
| NotBefore |
Validates that a date/time object is not before a specific moment in time.
|
| NotBefore.List |
Defines several
NotBefore annotations on the same element. |
Copyright © 2021–2022. All rights reserved.