Version

DateFilterObjectType Enumeration

An Enum for date filtering.
Syntax
'Declaration
 
Public Enum DateFilterObjectType 
   Inherits System.Enum
public enum DateFilterObjectType : System.Enum 
Members
MemberDescription
AllSearches over all parts of the date time field.
DateSearches over the System.DateTime.Date of the field.
HourSearches over the System.DateTime.Hour of the field.
MinuteSearches over the System.DateTime.Month of the field.
MonthSearches over the System.DateTime.Month of the field.
NoneA special value designating that the value was not set.
SecondSearches over the System.DateTime.Second of the field.
YearSearches over the System.DateTime.Year part of the field.
Remarks
In the DateFilterSelectionControl, there is a drop down which limits how the search is going to proceed. This enum can be used to limit the search over a given criteria.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also