Skip to main content

TimeIntervalCollection.Clone() Method

Creates a copy of the current TimeIntervalCollection object.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public TimeIntervalCollection Clone()

Returns

Type Description
TimeIntervalCollection

A TimeIntervalCollection object which is a copy of the current object.

Remarks

This method creates a new instance of the TimeIntervalCollection class and copies all the values of the current TimeIntervalCollection‘s properties to it.

See Also