Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > WorkDays property

Show Show 
eRoom

 

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