MindFusion.Scheduling for Silverlight Programmer's Guide
Recurrence.ApplyPattern Method
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace