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

WeekDaysWorkDay.Clone() Method

Creates a copy of the current WeekDaysWorkDay object.

Namespace: DevExpress.XtraScheduler

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

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