Skip to main content

TcxSchedulerDBStorageResources.ResourceWorkFinish Property

Specifies the name of the underlying dataset field that stores timestamps that denote the end of work hours that the persisted resources use.

Declaration

property ResourceWorkFinish: TcxFieldName read; write;

Property Value

Type
TcxFieldName

Remarks

Use this property to map the WorkFinish properties of the persisted resources to the underlying dataset’s TDateTimeField or TSQLTimeStampField field that stores work hours end timestamps.

The ResourceWorkFinish property’s default value is an empty string.

See Also