Holiday.Clone() Method
Creates a copy of the current Holiday object.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
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