TimeOfDayInterval.Assign(TimeOfDayInterval) Method
In This Article
Copies all settings from the object passed as the parameter to the current object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public virtual void Assign(
TimeOfDayInterval source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Time |
A Time |
See Also