Skip to main content
All docs
V18.2

TimeOfDayInterval.Assign(TimeOfDayInterval) Method

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

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v18.2.dll

Declaration

public virtual void Assign(
    TimeOfDayInterval source
)

Parameters

Name Type Description
source TimeOfDayInterval

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

See Also