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

WorkDaysCollection.Clone() Method

Creates a copy of the current WorkDaysCollection object.

Namespace: DevExpress.XtraScheduler

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

Declaration

public WorkDaysCollection Clone()

Returns

Type Description
WorkDaysCollection

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

Remarks

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

See Also