RecurrenceIsAdvancedPattern 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: 2023.1.2.0
public bool IsAdvancedPattern { get; }

Return Value

Boolean
True 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.

See Also