Represents a day of transit services. Intended for quickly checking whether a service is running during path searches.
| name | data type | description |
|---|---|---|
| serviceDate | ServiceDate | Return the ServiceDate for this ServiceDay. |
Example
{
"serviceDate" : {
"year" : 12345,
"month" : 12345,
"day" : 12345,
"minMax" : true
}
}