Gets or sets a value indicating whether this occurrence should be ignored in the pattern.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public bool Ignore { get; set; } |
Visual Basic
![]() |
---|
Public Property Ignore As Boolean |
true, to prevent this occurrence from appearing in the recurrence pattern; otherwise, false. The default is false.
You can use this property to filter out occurrences of the pattern, which do not meet certain criteria. For example, you can remove all occurrences on weekend days.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |