Search
Recurrence.ApplyPattern Method
See Also
 






Copies the fields of the specified Recurrence object to this recurrence.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void ApplyPattern (
    Recurrence recurrence
)

Visual Basic  Copy Code

Public Sub ApplyPattern( _
    recurrence As Recurrence _
)

 Parameters

recurrence

The Recurrence object whose fields to copy.

 Remarks

This method behaves similarly to the Clone method except that it does not create a new object.

 See Also