Version

DateHierarchyLevel Enumeration

Represents how many levels down the FilterTreeTool will break down a System.DateTime object.
Syntax
'Declaration
 
Public Enum DateHierarchyLevel 
   Inherits System.Enum
public enum DateHierarchyLevel : System.Enum 
Members
MemberDescription
DayAll dates will be broken down into a Year -> Month -> Day hierarchy.
DefaultThe default hierarchy will be used.
FlatAll dates will be shown in a flat hierarchy consisting of all unique values.
HourAll dates will be broken down into a Year -> Month -> Day -> Hour hierarchy.
MinuteAll dates will be broken down into a Year -> Month -> Day -> Hour -> Minute hierarchy.
MonthAll dates will be broken down into a Year -> Month hierarchy.
SecondAll dates will be broken down into a Year -> Month -> Day -> Hour -> Minute -> Second hierarchy.
YearOnly the years of the dates contained in the list of operands will be shown.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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