See: Description
| Annotation Type | Description |
|---|---|
| TimeAfter |
Validates that the time part of a date/time object is after a specific moment in time.
|
| TimeAfter.List |
Defines several
TimeAfter annotations on the same element. |
| TimeBefore |
Validates that the time part of a date/time object is before a specific moment in time.
|
| TimeBefore.List |
Defines several
TimeBefore annotations on the same element. |
| TimeMaxAfter |
Validates that the time part of a date/time object is not more than a specific duration after a specific moment in time.
|
| TimeMaxAfter.List |
Defines several
TimeMaxAfter annotations on the same element. |
| TimeMaxBefore |
Validates that the time part of a date/time object is not more than a specific duration before a specific moment in time.
|
| TimeMaxBefore.List |
Defines several
TimeMaxBefore annotations on the same element. |
| TimeMinAfter |
Validates that the time part of a date/time object is not less than a specific duration after a specific moment in time.
|
| TimeMinAfter.List |
Defines several
TimeMinAfter annotations on the same element. |
| TimeMinBefore |
Validates that the time part of a date/time object is not less than a specific duration before a specific moment in time.
|
| TimeMinBefore.List |
Defines several
TimeMinBefore annotations on the same element. |
| TimeNotAfter |
Validates that the time part of a date/time object is not after a specific moment in time.
|
| TimeNotAfter.List |
Defines several
TimeNotAfter annotations on the same element. |
| TimeNotBefore |
Validates that the time part of a date/time object is not before a specific moment in time.
|
| TimeNotBefore.List |
Defines several
TimeNotBefore annotations on the same element. |
Copyright © 2021–2022. All rights reserved.