Skip to main content

TcxSchedulerDBStorageResources.ResourceWorkStart Property

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

Declaration

property ResourceWorkStart: TcxFieldName read; write;

Property Value

Type
TcxFieldName

Remarks

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

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

See Also