PfsHolidays

 

Remarks Properties Methods Samples

ED
avaliable
RT
avaliable

Remarks:Top

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.

Properties:Top

Count Parent Session

Methods:Top

Item    

Samples:Top



''''''''''''''''''''''''''''''''''''''''''''''
'''''''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