DateComparisonField Class |
Namespace: Aspose.Email.Tools.Search
The DateComparisonField type exposes the following members.
Name | Description | |
---|---|---|
![]() | Before(DateTime) |
Indicates that the date in message must be earlier than the specified date.
|
![]() | Before(DateTime, DateComparisonType) |
Indicates that the date in message must be earlier than the specified date.
|
![]() | BeforeOrEqual(DateTime) |
Indicates that the date in message must be earlier or equel to the specified date.
|
![]() | BeforeOrEqual(DateTime, DateComparisonType) |
Indicates that the date in message must be earlier or equel to the specified date.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Greater(DateTime) |
Indicates that date in message must be later than the specified date.
|
![]() | Greater(DateTime, DateComparisonType) |
Indicates that date in message must be later than the specified date.
|
![]() | NotOn(DateTime) |
Indicates that the date in message must not be in the specified date.
|
![]() | NotOn(DateTime, DateComparisonType) |
Indicates that the date in message must not be in the specified date.
|
![]() | On(DateTime) |
Indicates that the date in message must be within the specified date.
|
![]() | On(DateTime, DateComparisonType) |
Indicates that the date in message must be within the specified date.
|
![]() | Since(DateTime) |
Indicates that date in message must be within or later than the specified date.
|
![]() | Since(DateTime, DateComparisonType) |
Indicates that date in message must be within or later than the specified date.
|
![]() | ToString | (Inherited from Object.) |