Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This class implements a Day number level within a time dimension. This is the day of the month independent of year (1 through 31).
|
|
|
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 day-of-month period number: That is convert to a number one through 31.
Return the total number of members within this level.
Return an array of members of this level.
As this dimension is independent of year, we use Jan 2000 as the basis of calculations.
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 day-of-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., 1 or 30
Return true if this level supports a NOW member.
Convert a level display value to its corresponding key value. Return "" if there is no corresponding key.