C# Class Panta.DataModels.CourseSectionTimeSpan

Mostrar archivo Open project: renmengye/CoursePlanner

Public Methods

Method Description
CourseSectionTimeSpan ( DayOfWeek day, byte start, byte end ) : System
ToString ( ) : string

Build a custom string representing a course section

Private Methods

Method Description
ToMinute ( byte time ) : string

Method Details

CourseSectionTimeSpan() public method

public CourseSectionTimeSpan ( DayOfWeek day, byte start, byte end ) : System
day DayOfWeek
start byte
end byte
return System

ToString() public method

Build a custom string representing a course section
public ToString ( ) : string
return string