Метод | Описание | |
---|---|---|
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
|
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 |