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!
-
Holidays which occur in the requested period.
See also
BusinessHolidayTypeDeclaration
Swift
public let holidays: BusinessHolidayType?
-
The spread of excluded or included weekdays in includeddays.
See also
WeekdaysTypeDeclaration
Swift
public let weekdays: WeekdaysType!