Skip to main content

TimeIntervalCollection.Clone() Method

Creates a copy of the current TimeIntervalCollection object.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public TimeIntervalCollection Clone()

#Returns

Type Description
TimeIntervalCollection

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

#Remarks

The Clone method creates a new instance of the TimeIntervalCollection class and copies all the values of the current TimeIntervalCollection's properties to it.

See Also