IsYearly Property (Holiday)
Determines whether the holiday implementation is yearly.
public override bool IsYearly {get;}
'Declaration
Public Overrides ReadOnly Property IsYearly As Boolean
'Usage
Dim instance As Holiday
Dim value As Boolean
value = instance.IsYearly
Property Value
true if a yearly holiday; otherwise,
false.