new Holiday( date, name, peak, serviceInformation )

Description

RT Holiday

Representation of the data in the rt_holidays table, which holds information about observed holidays and their service information.

Right Track Fields:

  • Date
  • Name
  • Peak
  • Service Information

Module: rt/Holiday

Parameters
Name Type Description
date int

Holiday Date (yyyymmdd)

name string

Holiday Name

peak boolean

Holiday Peak Status (true if there are still peak trains)

serviceInformation string

Holiday Service Information

Details

Members


date :Number

Description

The date of the Holiday in YYYYMMDD format

Details
Number

name :string

Description

The name of the Holiday

Details
string

peak :boolean

Description

Value indicating if Peak service is effective on the Holiday

Details
boolean

serviceInformation :string

Description

Descriptive information for the Holiday's service

Details
string