Back to Devexpress

TcxSchedulerDBStorageResources.ResourceWorkStart Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstorageresources-fd1fab65.md

latest1.6 KB
Original Source

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

delphi
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

TcxSchedulerDBStorageResources.ResourceWorkDays

TcxSchedulerDBStorageResources.ResourceWorkFinish

Bound Mode

TcxSchedulerDBStorageResources Class

TcxSchedulerDBStorageResources Members

cxSchedulerDBStorage Unit