Creates criterion to find messages whose internal date (disregarding time and timezone) is earlier than the specified date.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public static ICriterion Before( DateTime dateTime ) |
| Visual Basic |
|---|
Public Shared Function Before ( _ dateTime As DateTime _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ Before( DateTime dateTime ) |
Parameters
- dateTime
- Type: System..::..DateTime
Date to match.