BusinessDaysOperatorType

public enum BusinessDaysOperatorType : String, CaseIterable

Business Days Operator Type

  • add

    Uses the number specified in parameter to add the days from a start date.

    Declaration

    Swift

    case add = "add"
  • Uses the number specified in parameter to subtract the days from a start date.

    Declaration

    Swift

    case subtract = "subtract"