Lunar Property
The Lunar property sets or returns whether the DateDrillDown
object is based on a lunar year.
Syntax
DateDrillDown .Lunar
Applies To
Discussion
The type of calendar a DateDrillDown object represents, either regular or lunar, depends on the nature of the parent time dimension. False indicates a calendar year.
Type
Boolean
Access
Read/Write
Examples
objDateWizard
= objModel.DateWizardobjDateDim
= objDateWizard.CreateDateDimension()objDrillDown
= objDateDim.DrillDowns(1)objDrillDown.Lunar
= True