C# 클래스 Panta.DataModels.CourseSectionTimeSpan

파일 보기 프로젝트 열기: renmengye/CoursePlanner

공개 메소드들

메소드 설명
CourseSectionTimeSpan ( DayOfWeek day, byte start, byte end ) : System
ToString ( ) : string

Build a custom string representing a course section

비공개 메소드들

메소드 설명
ToMinute ( byte time ) : string

메소드 상세

CourseSectionTimeSpan() 공개 메소드

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

ToString() 공개 메소드

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