Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This class implements a Month number level within a time dimension. This represents the Month number (1 through 12) independent of year.
|
|
|
Convert a $H value to the logical value used for this level. This is used within the computed field logic for properties within a fact table based on this level.
. In this case, we convert $H to a month number: That is convert to a number 1 through 12.
Return the total number of members within this level.
Return an array of members of this level.
Return the user-visible name of this level.
Return, via pRelatedKey a key within this level related to pKey.
Return true if this time level is independent of the actual date.
Convert a logical month number into starting and ending base values (in $H format).
As this dimension is independent of year, we use year 2000 as the basis of calculations.
Convert a level key value to a display value. E.g., "January"
Return true if this level supports a NOW member.
Convert a level display value (n) to its corresponding key value. Return "" if there is no corresponding key.