The CalendarDimension class implements an object that is used to work with elements of the calendar dictionary in the cube.
Static methods of this class are used to build expressions, by which relations will be calculated in a standard cube.
Method name | Brief description | |
Day | The Day method returns index of the element that corresponds to the start of the calendar period containing the specified element. | |
DownLevel | The DownLevel method returns index of the element that is a parent for the specified element. | |
HalfYear | The HalfYear method returns index of the element that corresponds to the half-year containing the specified element. | |
IifLevel | The IifLevel method checks if the specified element belongs to the specified dictionary level. | |
Level | The Level method returns dictionary level containing the specified element. | |
Month | The Month method returns index of the element corresponding to the month containing the specified element. | |
NineMonths | The NineMonths method returns index of the element corresponding to the Nine Months period containing the specified element. | |
Quarter | The Quarter method returns index of the element that corresponds to the quarter containing the specified element. | |
Shift | The Shift method returns index of the element obtained by shifting relative to the specified element. | |
ShiftLevel | The ShiftLevel method returns index of the element obtained by shifting relative to the specified element on the specified level. | |
ToLevel | The ToLevel method returns index of the element corresponding to the specified element on the specified level. | |
UpLevel | The UpLevel method returns index of the element that is a child for the specified element. | |
Year | The Year method returns index of the element that corresponds to the year containing the specified element. |
See also: