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

TimeIntervalCollection.Clone() Method

Creates a copy of the current TimeIntervalCollection object.

Namespace: DevExpress.XtraScheduler

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

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