Period

public struct Period : Codable

See also

PeriodType
  • Number of days calculated.

    Declaration

    Swift

    public let includeddays: Int!
  • Number of calendar days in calculated period.

    Declaration

    Swift

    public let calendardays: Int!
  • Number of days which was skipped in the calculated period.

    Declaration

    Swift

    public let skippeddays: Int!
  • The date the calculation started from.

    See also

    TimeType

    Declaration

    Swift

    public let startdate: TimeType!
  • The date the calculation ended on.

    See also

    TimeType

    Declaration

    Swift

    public let enddate: TimeType!
  • Holidays which occur in the requested period.

    Declaration

    Swift

    public let holidays: BusinessHolidayType?
  • The spread of excluded or included weekdays in includeddays.

    See also

    WeekdaysType

    Declaration

    Swift

    public let weekdays: WeekdaysType!