C# Класс Marmalade_Global.ScheduleEntry

Interaction logic for ScheduleEntry.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

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