RecurrenceIs Advanced Pattern Property
This read-only property is used to examine the recurrence and determine if it is a simple pattern or
an advanced pattern.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
True if it is an advanced pattern or false if it is a simple pattern
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public bool IsAdvancedPattern { get; }VB
Public ReadOnly Property IsAdvancedPattern As Boolean
GetC++
public:
property bool IsAdvancedPattern {
bool get ();
}F#
member IsAdvancedPattern : bool with getReturn Value
BooleanTrue if it is an advanced pattern or false if it is a simple pattern
Remarks
This is used by the Windows Forms recurrence pattern control and the ASP.NET recurrence
pattern web server control to determine if they can use one of the simple frequency panels or if
it is more advanced and requires the use of the Advanced panel. It is also used by the
ToDescription method to figure out how to convert the recurrence to a plain text
description.