C# Class Rozvrh.Exporters.Common.ExportLecture

Class used for export to SVG and ICal.
Show file Open project: jandoubek/fjfi-rozvrh Class Usage Examples

Public Methods

Method Description
ExportLecture ( TimetableField ttf ) : System
ExportLecture ( string n, DayOfWeek dow, System.DateTime st, System.TimeSpan len, string lec, string r, string dep, bool regular ) : System

Method Details

ExportLecture() public method

public ExportLecture ( TimetableField ttf ) : System
ttf Rozvrh.Models.TimetableField
return System

ExportLecture() public method

public ExportLecture ( string n, DayOfWeek dow, System.DateTime st, System.TimeSpan len, string lec, string r, string dep, bool regular ) : System
n string
dow DayOfWeek
st System.DateTime
len System.TimeSpan
lec string
r string
dep string
regular bool
return System