Skip to main content

WeekDaysWorkDay.Clone() Method

Creates a copy of the current WeekDaysWorkDay object.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public WeekDaysWorkDay Clone()

Returns

Type Description
WeekDaysWorkDay

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

Remarks

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

See Also