Closed hypervtechnics closed 4 years ago
I have pushed the first part of my refactoring to use the models provided by the GTFS library. Correct data types are now used across the libraries except for DepartureTime in the Service class which I will work on now the main refactoring has been completed.
@philvessey Are there any problems I could help solving?
I should be ok with it - I will reach out if I run into issues.
I have done some more refactoring so that now the Departure and Service classes have:
public DateTime DepartureDateTime public TimeOfDay? DepartureTime
This brings them into line with the GTFS classes using TimeOfDay and gives the user a lot more options to display the times instead of just outputting a string. I need to do some testing on it which I will do tomorrow and if all OK I will push up the changes.
E.g.
DepartureTime
inService
class.