PocketPlanner Programmer's Guide

Recurrence.ApplyPattern Method

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void ApplyPattern (
    Recurrence recurrence
)

Visual Basic

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