ASP.NET Pack Programmer's Guide
Recurrence.ApplyPattern Method
See Also
 





Copies the property values of the specified Recurrence object as values for the properties of this Recurrence object.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void ApplyPattern (
    Recurrence recurrence
)

Visual Basic  Copy Code

Public Sub ApplyPattern ( _
    recurrence As Recurrence _
)

 Parameters

recurrence
Type: Recurrence
The Recurrence object which fields to copy.

 Remarks

This method is similar to the Clone method but does not create a new object.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace