AddHoliday method

Adds a holiday to a project or to the community defaults, depending on where the IERUDayManager was retrieved.

Syntax


C++

HRESULT AddHoliday (
   DATE Holiday,
   
BSTR Description)

Scripting languages

Object.AddHoliday (
   Holiday as Date,
   Description as String)

Parameters


Holiday

The date of the new holiday.

Description

The description of the new holiday.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUDayManager