A newer version of this page is available.
Switch to the current version.
WeekDaysWorkDay.Clone() Method
Creates a copy of the current WeekDaysWorkDay object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
Returns
Type | Description |
---|---|
WeekDaysWorkDay | A WeekDaysWorkDay object which is a copy of the current object. |
Remarks
This method creates a new instance of the WeekDaysWorkDay class and copies all the values of the current WeekDaysWorkDay's properties to it.
See Also
Feedback