Copies the fields of the specified Recurrence object to this recurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void ApplyPattern ( |
Visual Basic
Copy Code
|
|---|
Public Sub ApplyPattern( _ |
The Recurrence object whose fields to copy.
RemarksThis method behaves similarly to the Clone method except that it does not create a new object.
See Also