Options
All
  • Public
  • Public/Protected
  • All
Menu

Chinese calendar

Holidays:

  • Saturdays
  • Sundays
  • New Year's day, January 1st (possibly followed by one or two more holidays)
  • Labour Day, first week in May
  • National Day, one week from October 1st

Other holidays for which no rule is given (data available for 2004-2017 only):

  • Chinese New Year
  • Ching Ming Festival
  • Tuen Ng Festival
  • Mid-Autumn Festival
  • 70th anniversary of the victory of anti-Japaneses war

SSE data from http://www.sse.com.cn/ IB data from http://www.chinamoney.com.cn/

Hierarchy

Index

Constructors

constructor

Properties

Protected _impl

_impl: Impl

Static IBImpl

IBImpl: IbImpl

Static hkexImpl

hkexImpl: HkexImpl

Static sseImpl

sseImpl: SseImpl

Static tsecImpl

tsecImpl: TsecImpl

Accessors

isDisposed

  • get isDisposed(): boolean

Methods

addHoliday

  • addHoliday(d: Date): void
  • Parameters

    • d: Date

    Returns void

adjust

advance1

advance2

  • Parameters

    Returns Date

businessDaysBetween

  • businessDaysBetween(from: Date, to: Date, includeFirst?: boolean, includeLast?: boolean): Day
  • Parameters

    • from: Date
    • to: Date
    • Default value includeFirst: boolean = true
    • Default value includeLast: boolean = false

    Returns Day

dispose

  • dispose(): void
  • Returns void

empty

  • empty(): boolean
  • Returns boolean

endOfMonth

  • endOfMonth(d: Date): Date
  • Parameters

    • d: Date

    Returns Date

isBusinessDay

  • isBusinessDay(d: Date): boolean
  • Parameters

    • d: Date

    Returns boolean

isEndOfMonth

  • isEndOfMonth(d: Date): boolean
  • Parameters

    • d: Date

    Returns boolean

isHoliday

  • isHoliday(d: Date): boolean
  • Parameters

    • d: Date

    Returns boolean

isWeekend

name

  • name(): string
  • Returns string

removeHoliday

  • removeHoliday(d: Date): void
  • Parameters

    • d: Date

    Returns void

Static equal

  • Parameters

    Returns boolean

Static holidayList

  • holidayList(calendar: Calendar, from: Date, to: Date, includeWeekEnds?: boolean): Date[]
  • Parameters

    • calendar: Calendar
    • from: Date
    • to: Date
    • Default value includeWeekEnds: boolean = false

    Returns Date[]