WorkDays property

Returns or sets the number of days that are workdays. The return specifies days of the week as values from the ERUWeekDay enumeration. Each bit represents a day of the week.

Syntax


C++

HRESULT get_WorkDays(LONG* pWorkDays)

HRESULT put_WorkDays(LONG MyWorkDays)

Scripting languages

WorkDays = Object.WorkDays

Object.WorkDays = WorkDays

Home

Applies to

IERUDayManager