Méthode | Description | |
---|---|---|
ProcessRequest ( |
||
TryAddCourse ( uint courseId, string courseString, string sectionCode, DDay.iCal.iCalendar calendar ) : bool | ||
TryParseCalendar ( string courseStrings, DDay.iCal.iCalendar &calendar ) : bool |
Méthode | Description | |
---|---|---|
ConvertDateTime ( System.DateTime offset, DayOfWeek day, byte quarters ) : System.DateTime | ||
TryGetCourseIds ( string courseName, uint &courseId ) : bool | ||
TryGetSectionCode ( string courseString, string §ionCode ) : bool |
public ProcessRequest ( |
||
context | ||
Résultat | void |
public TryAddCourse ( uint courseId, string courseString, string sectionCode, DDay.iCal.iCalendar calendar ) : bool | ||
courseId | uint | |
courseString | string | |
sectionCode | string | |
calendar | DDay.iCal.iCalendar | |
Résultat | bool |
public TryParseCalendar ( string courseStrings, DDay.iCal.iCalendar &calendar ) : bool | ||
courseStrings | string | |
calendar | DDay.iCal.iCalendar | |
Résultat | bool |