C# Class Marmalade_Global.ScheduleEntry

Interaction logic for ScheduleEntry.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: DMOE15C/project-marmelade Class Usage Examples

Public Methods

Method Description
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

Method Details

EndingTime() public method

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

ScheduleEntry() public method

public ScheduleEntry ( ) : System
return System

SetEntry() public method

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
return void