AddHoliday | Adds a new holiday. |
DeleteHoliday | Deletes an existing holiday. |
GetDataInterface | Creates an empty data structure for use with the HolidayService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetHoliday | Retrieves a holiday.
The holiday is specified by its key, which is contained in the HolidayParams object passed to the method. |
GetHolidayList | Returns the HolidaysParams data collection that identify all holidays. |
UpdateHoliday | Updates an existing holiday.
The data for the holiday, including the key of the holiday to be updated, is contained in the Holiday object passed to the method. To update a holiday, you must first retrieve it using the GetHoliday method. |