Deletes an existing holiday.
| Visual Basic |
|---|
Public Sub DeleteHoliday( _
ByVal pIHolidayParams As HolidayParams _
) |
- pIHolidayParams
- The key of the holiday to be deleted.
| C# | Copy Code | |
|---|---|---|
| ||
| Visual Basic |
|---|
Public Sub DeleteHoliday( _
ByVal pIHolidayParams As HolidayParams _
) |
| C# | Copy Code | |
|---|---|---|
| ||