TcxSchedulerDBStorageResources.ResourceWorkDays Property
Specifies the name of the underlying dataset field that stores sets of workdays that the persisted resources use.
Declaration
property ResourceWorkDays: TcxFieldName read; write;
Property Value
Type |
---|
TcxFieldName |
Remarks
Use this property to map the WorkDays properties of the persisted resources to the underlying dataset’s TIntegerField field that stores different day of week combinations as integer values. Refer to the cxDaysToInteger and cxIntegerToDays global function descriptions for details.
The ResourceWorkDays property’s default value is an empty string.
See Also