C# 클래스 Marmalade_Global.ScheduleEntry

Interaction logic for ScheduleEntry.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: DMOE15C/project-marmelade 1 사용 예제들

공개 메소드들

메소드 설명
EndingTime ( ) : System.DateTime

Calculates the time this task should end in

ScheduleEntry ( ) : System
SetEntry ( System.DateTime previousTaskEnd, System.TimeSpan duration, string taskDescription ) : void

Sets up the entry for the schedule

메소드 상세

EndingTime() 공개 메소드

Calculates the time this task should end in
public EndingTime ( ) : System.DateTime
리턴 System.DateTime

ScheduleEntry() 공개 메소드

public ScheduleEntry ( ) : System
리턴 System

SetEntry() 공개 메소드

Sets up the entry for the schedule
public SetEntry ( System.DateTime previousTaskEnd, System.TimeSpan duration, string taskDescription ) : void
previousTaskEnd System.DateTime The time where the task before this ended
duration System.TimeSpan
taskDescription string
리턴 void