Back to Devexpress

Holiday.Clone() Method

corelibraries-devexpress-dot-schedule-dot-holiday.md

latest1.2 KB
Original Source

Holiday.Clone() Method

Creates a copy of the current Holiday object.

Namespace : DevExpress.Schedule

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public Holiday Clone()
vb
Public Function Clone As Holiday

Returns

TypeDescription
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

Holiday Class

Holiday Members

DevExpress.Schedule Namespace