Search
Recurrence.samePatternAs Method
See Also
 






Determines whether two Recurrence objects define the same recurrence pattern.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

function samePatternAs (recurrence)

 Parameters

recurrence

A Recurrence object to compare with this Recurrence.

 Return Value

Boolean. true if the Recurrence instances have the same recurrence pattern; otherwise false.

 See Also