Skip to main content

ExactWorkDay.Clone() Method

Creates a copy of the current ExactWorkDay object.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.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