'DeclarationPublic Enum DateOps Inherits System.Enum
public enum DateOps : System.Enum
| Member | Description | 
|---|---|
| After | Return rows that occur after the given DateTime. | 
| Before | Return rows that occur before the given DateTime. | 
| Equals | |
| LessThan | Return rows that occur before the given DateTime. | 
| LessThanOrEqual | Return rows that occur on or before the given DateTime. | 
| MoreThan | Return rows that occur after the given DateTime. | 
| MoreThanOrEqual | Return rows that occur on or after the given DateTime. | 
| NotEquals | Return rows that do NOT occur on the given DateTime. | 
| On | Return rows that occur exactly on the given DateTime. | 
| Today | Return rows that occur on this date. | 
| Tomorrow | Return rows that occur tomorrow. | 
| Yesterday | Return rows that occurred yesterday. | 
System.Object
   System.ValueType
      System.Enum
         FChoice.Foundation.DateOps
Namespace: FChoice.Foundation
Platforms: Windows XP, Windows Server 2003 and 2008 family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)