Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ql/time/daycounters/business252"

Index

Type aliases

Cache

Cache: Map<Year, Map<Month, Day>>

OuterCache

OuterCache: Map<Year, Day>

Variables

Const _monthlyFigures

_monthlyFigures: Map<string, Map<number, Map<Month, number>>> = new Map<string, Cache>()

Const _yearlyFigures

_yearlyFigures: Map<string, Map<number, number>> = new Map<string, OuterCache>()

Functions

businessDays1

businessDays2

sameMonth

  • sameMonth(d1: Date, d2: Date): boolean
  • Parameters

    • d1: Date
    • d2: Date

    Returns boolean

sameYear

  • sameYear(d1: Date, d2: Date): boolean
  • Parameters

    • d1: Date
    • d2: Date

    Returns boolean