'Declaration Public Enum DateHierarchyLevel Inherits System.Enum
public enum DateHierarchyLevel : System.Enum
Member | Description |
---|---|
Day | All dates will be broken down into a Year -> Month -> Day hierarchy. |
Default | The default hierarchy will be used. |
Flat | All dates will be shown in a flat hierarchy consisting of all unique values. |
Hour | All dates will be broken down into a Year -> Month -> Day -> Hour hierarchy. |
Minute | All dates will be broken down into a Year -> Month -> Day -> Hour -> Minute hierarchy. |
Month | All dates will be broken down into a Year -> Month hierarchy. |
Second | All dates will be broken down into a Year -> Month -> Day -> Hour -> Minute -> Second hierarchy. |
Year | Only the years of the dates contained in the list of operands will be shown. |
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