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

ExactWorkDay.Clone() Method

Creates a copy of the current ExactWorkDay object.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public ExactWorkDay Clone()

Returns

Type Description
ExactWorkDay

An ExactWorkDay object which is a copy of the current object.

Remarks

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

See Also