ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / ExceptionLimitedBy Enumeration

In This Topic
    ExceptionLimitedBy Enumeration
    In This Topic
    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.GanttView.ExceptionLimitedBy

    See Also