IsYearly Property (IHoliday)
Determines whether the holiday implementation is yearly.
'Declaration
ReadOnly Property IsYearly As Boolean
'Usage
Dim instance As IHoliday
Dim value As Boolean
value = instance.IsYearly
Property Value
true if a yearly holiday; otherwise,
false.