fcSDK Documentation
DateOps Enumeration

Valid date filtering operations for methods such as AppendFilter.
Syntax
'Declaration
 
Public Enum DateOps 
   Inherits System.Enum
public enum DateOps : System.Enum 
Members
MemberDescription
AfterReturn rows that occur after the given DateTime.
BeforeReturn rows that occur before the given DateTime.
Equals 
LessThanReturn rows that occur before the given DateTime.
LessThanOrEqualReturn rows that occur on or before the given DateTime.
MoreThanReturn rows that occur after the given DateTime.
MoreThanOrEqualReturn rows that occur on or after the given DateTime.
NotEqualsReturn rows that do NOT occur on the given DateTime.
OnReturn rows that occur exactly on the given DateTime.
TodayReturn rows that occur on this date.
TomorrowReturn rows that occur tomorrow.
YesterdayReturn rows that occurred yesterday.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FChoice.Foundation.DateOps

Requirements

Namespace: FChoice.Foundation

Platforms: Windows XP, Windows Server 2003 and 2008 family

Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)

See Also

Reference

FChoice.Foundation Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.