Options
All
  • Public
  • Public/Protected
  • All
Menu

South Korean calendars

Public holidays:

  • Saturdays
  • Sundays
  • New Year's Day, January 1st
  • Independence Day, March 1st
  • Arbour Day, April 5th (until 2005)
  • Labour Day, May 1st
  • Children's Day, May 5th
  • Memorial Day, June 6th
  • Constitution Day, July 17th (until 2007)
  • Liberation Day, August 15th
  • National Fondation Day, October 3th
  • Hangeul Day, October 9th (from 2013)
  • Christmas Day, December 25th

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

  • Lunar New Year, the last day of the previous lunar year
  • Election Days
  • National Assemblies
  • Presidency
  • Regional Election Days
  • Buddha's birthday
  • Harvest Moon Day

Holidays for the Korea exchange (data from http://eng.krx.co.kr/ or http://www.dooriworld.com/daishin/holiday/holiday.html):

  • Public holidays as listed above
  • Year-end closing
  • Occasional closing days

Hierarchy

Index

Constructors

constructor

Properties

Protected _impl

_impl: Impl

Static krxImpl

krxImpl: KrxImpl

Static settlementImpl

settlementImpl: SettlementImpl

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[]