Back to Devexpress

WorkDaysCollection.Clone() Method

corelibraries-devexpress-dot-xtrascheduler-dot-workdayscollection.md

latest1.5 KB
Original Source

WorkDaysCollection.Clone() Method

Creates a copy of the current WorkDaysCollection object.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public WorkDaysCollection Clone()
vb
Public Function Clone As WorkDaysCollection

Returns

TypeDescription
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

WorkDaysCollection Class

WorkDaysCollection Members

DevExpress.XtraScheduler Namespace