GanttChartDependencyEndType

public enum GanttChartDependencyEndType : Equatable, Hashable, CaseIterable

Undocumented

  • Dependency that spans from or to the start time of an item.

    Declaration

    Swift

    case start
  • Dependency that spans from or to the finish time of an item.

    Declaration

    Swift

    case finish