DateComparisonField Class

Represents the date search field.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class DateComparisonField : ComparisonField

The DateComparisonField type exposes the following members.

Methods
  NameDescription
Public methodBefore(DateTime)
Indicates that the date in message must be earlier than the specified date.
Public methodBefore(DateTime, DateComparisonType)
Indicates that the date in message must be earlier than the specified date.
Public methodBeforeOrEqual(DateTime)
Indicates that the date in message must be earlier or equel to the specified date.
Public methodBeforeOrEqual(DateTime, DateComparisonType)
Indicates that the date in message must be earlier or equel to the specified date.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGreater(DateTime)
Indicates that date in message must be later than the specified date.
Public methodGreater(DateTime, DateComparisonType)
Indicates that date in message must be later than the specified date.
Public methodNotOn(DateTime)
Indicates that the date in message must not be in the specified date.
Public methodNotOn(DateTime, DateComparisonType)
Indicates that the date in message must not be in the specified date.
Public methodOn(DateTime)
Indicates that the date in message must be within the specified date.
Public methodOn(DateTime, DateComparisonType)
Indicates that the date in message must be within the specified date.
Public methodSince(DateTime)
Indicates that date in message must be within or later than the specified date.
Public methodSince(DateTime, DateComparisonType)
Indicates that date in message must be within or later than the specified date.
Public methodToString (Inherited from Object.)
See Also