[]
        
(Showing Draft Content)

C1.WPF.GanttView.ExceptionLimitedBy

ExceptionLimitedBy Enum

Indicates whether a calendar exception ends after the specified number of occurrences or by the given finish date.

Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public enum ExceptionLimitedBy

Fields

Name Description
FinishDate

The exception ends by the given FinishDate.

NumberOfOccurrences

The exception ends after the specified number of occurrences.