DateAggregationTypes Enumeration (Microsoft.PerformancePoint.Scorecards)

Represents types of date aggregations.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration DateAggregationTypes
'Usage
Dim instance As DateAggregationTypes
[FlagsAttribute] 
public enum DateAggregationTypes

Members

  Member name Description
Day Aggregates by the day.  
Hour Aggregates by the hour.  
Minute Aggregates by the minute.  
Month Aggregates by the month.  
None No aggregation.  
Quarter Aggregates by the quarter.  
Second Aggregates by the second.  
Semester Aggregates by the semester.  
Week Aggregates by the week.  
Year Aggregates by the year.  

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace