CronExpressionClone Method

Quartz.NET 3.0 API Documentation
Creates a new object that is a copy of the current instance.

Namespace:  Quartz
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.
See Also

Reference