C# Class TrainNotifier.ScheduleLibrary.ScheduleService

Mostra file Open project: blueghostuk/trainnotifier-server

Public Methods

Method Description
DownloadSchedule ( string filePath, Toc toc = Toc.All, ScheduleType schedule = ScheduleType.Full, DayOfWeek day = null ) : void

Method Details

DownloadSchedule() public static method

public static DownloadSchedule ( string filePath, Toc toc = Toc.All, ScheduleType schedule = ScheduleType.Full, DayOfWeek day = null ) : void
filePath string
toc Toc
schedule ScheduleType
day DayOfWeek
return void