TimelineType Class |
Namespace: Apptus.ESales.Connector.Report
public abstract class TimelineType
The TimelineType type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DayInWeek |
Returns the aggregation DAY_IN_WEEK.
|
![]() ![]() | DayOfMonth |
Returns the aggregation DAY_OF_MONTH.
|
![]() ![]() | HourOfDay |
Returns the aggregation HOUR_OF_DAY.
|
![]() | Resolution |
Returns the duration of each aggregate. For instance, HourOfDay
returns 1 hour, while DayInWeek and DayOfMonth returns 1 day.
|
Name | Description | |
---|---|---|
![]() ![]() | Create |
Creates an aggregation that splits the time into slices of
a specified duration.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Parses the specified aggregation.
|
![]() | ToString | (Overrides ObjectToString.) |