DateComparisonField
Contents
[
Hide
]DateComparisonField class
Inherits: Aspose::Email::Tools::Search::ComparisonField
Represents the date search field.
Constructors
| Name | Description |
|---|---|
| DateComparisonField | Initializes a new instance of the DateComparisonField class. |
Methods
| Name | Description |
|---|---|
| Before (2 overloads) | Indicates that the date in message must be earlier than the specified date. |
| BeforeOrEqual (2 overloads) | Indicates that the date in message must be earlier or equel to the specified date. |
| Greater (2 overloads) | Indicates that date in message must be later than the specified date. |
| NotOn (2 overloads) | Indicates that the date in message must not be in the specified date. |
| On (2 overloads) | Indicates that the date in message must be within the specified date. |
| Since (2 overloads) | Indicates that date in message must be within or later than the specified date. |