Skip to main content

Holiday.Clone() Method

Creates a copy of the current Holiday object.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public Holiday Clone()

Returns

Type Description
Holiday

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

Remarks

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

See Also