C# Class Panta.DataModels.CourseSectionTimeSpan

Afficher le fichier Open project: renmengye/CoursePlanner

Méthodes publiques

Méthode Description
CourseSectionTimeSpan ( DayOfWeek day, byte start, byte end ) : System
ToString ( ) : string

Build a custom string representing a course section

Private Methods

Méthode Description
ToMinute ( byte time ) : string

Method Details

CourseSectionTimeSpan() public méthode

public CourseSectionTimeSpan ( DayOfWeek day, byte start, byte end ) : System
day DayOfWeek
start byte
end byte
Résultat System

ToString() public méthode

Build a custom string representing a course section
public ToString ( ) : string
Résultat string