gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.model
/
CalendarDate
Calendar
Date
data
class
CalendarDate
(
val
serviceId
:
String
,
val
date
:
LocalDate
,
val
exceptionType
:
Int
)
See
https://developers.google.com/transit/gtfs/reference#calendar_datestxt
Members
Constructors
Calendar
Date
Link copied to clipboard
constructor
(
serviceId
:
String
,
date
:
LocalDate
,
exceptionType
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
date
Link copied to clipboard
val
date
:
LocalDate
exception
Type
Link copied to clipboard
val
exceptionType
:
Int
service
Id
Link copied to clipboard
val
serviceId
:
String