ESRI.ArcGIS.Mobile.Client
DateCondition.DateRange Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures Namespace : DateCondition.DateRange Enumeration

Enumeration of DateRanges for a DateCondition

Syntax

Visual Basic (Declaration) 
Public Enum DateCondition.DateRange 
   Inherits Enum
C# 
public enum DateCondition.DateRange : Enum 

Members

MemberDescription
BeforeADate Before a Date
AfterADate After a Date.
Past24Hours Date within the last 24 hours.
Past48Hours Date within the last 48 hours.
PastWeek Date within the last week.
PastMonth Date within the last month.
PastYear Date within the last year.
Next24Hours Date after the next 24 hours.
Next48Hours Date after the next 48 hours
NextWeek Date after the current week.
NextMonth Date after the current Month.
NextYear Date after the current year.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures.DateCondition.DateRange

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also