Remarks | Properties | Methods | Samples |
ED
|
avaliable
|
RT
|
avaliable
|
The Holidays collection contains all holiday definitions of the defined country for the current year. The holiday definition is saved in the Feiertage.txt. On activating a project these are acquired for the defined country.
Count | Parent | Session |
Item |
'''''''''''''''''''''''''''''''''''''''''''''' '''''''Giving out the Count of Holidays''''''' '''''''''''''''''''''''''''''''''''''''''''''' Sub holidaytest() Dim mypfs As PfsEngine Set mypfs = MyWorkspace.ActiveDocument.PFS Dim i As Double Debug.Print mypfs.Holidays.Count End Sub