Constructor
new About(compile, publish, start, end, version, notes)
- Source:
Right Track About Constructor
Parameters:
Name | Type | Description |
---|---|---|
compile |
int | the compile date of the Right Track DB (yyyymmdd) |
publish |
int | the publish date of the Right Track DB (yyyymmdd) |
start |
int | the start date the Right Track DB schedule (yyyymmdd) |
end |
int | the end date of the Right Track DB schedule (yyyymmdd) |
version |
int | the version number of the Right Track DB (usually yyyymmddHH) |
notes |
string | the version notes of the Right Track DB |
Members
compileDate :Number
- Source:
The Right Track DB compile date in YYYYMMDD format
Type:
- Number
endDate :Number
- Source:
The end date of the GTFS schedule data in YYYYMMDD format
Type:
- Number
notes :string
- Source:
The Right Track DB version notes
Type:
- string
publishDate :Number
- Source:
The GTFS publish date in YYYYMMDD format
Type:
- Number
startDate :Number
- Source:
The start date of the GTFS schedule data in YYYYMMDD format
Type:
- Number
version :Number
- Source:
The Right Track DB version
Type:
- Number