Skip to main content
All docs
V18.2

TimeOfDayInterval.Clone() Method

Creates a copy of the current TimeOfDayInterval object.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v18.2.dll

Declaration

public TimeOfDayInterval Clone()

Returns

Type Description
TimeOfDayInterval

A copy of the current TimeOfDayInterval.

Remarks

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

See Also