RemoveHoliday method

Removes a holiday from the project or from the community defaults, depending on where the IERUDayManager was retrieved.

Syntax


C++

HRESULT RemoveHoliday (
   DATE Holiday)

Scripting languages

Object.RemoveHoliday (
   Holiday as Date)

Parameters


Holiday

The date of the holiday to be removed.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUDayManager