Skip to main content
A newer version of this page is available. .

TimeOfDayInterval.Assign(TimeOfDayInterval) Method

Copies all settings from the object passed as the parameter to the current object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public virtual void Assign(
    TimeOfDayInterval source
)

Parameters

Name Type Description
source TimeOfDayInterval

A TimeOfDayInterval object whose settings are assigned to the current object.

See Also