ComponentOne GanttView for WinForms
ExceptionLimitedBy Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : ExceptionLimitedBy Enumeration
Indicates whether a calendar exception ends after the specified number of occurrences or by the given finish date.
Syntax
'Declaration
 
Public Enum ExceptionLimitedBy 
   Inherits System.Enum
public enum ExceptionLimitedBy : System.Enum 
Members
MemberDescription
FinishDateThe exception ends by the given CalendarException.FinishDate.
NumberOfOccurrencesThe exception ends after the specified number of occurrences.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.ExceptionLimitedBy

See Also

Reference

C1.Win.C1GanttView Namespace