C# Class Expl.Itinerary.OneTimeSchedule

Inheritance: IPrimitiveSchedule
Show file Open project: spoulson/Itinerary

Public Methods

Method Description
GetHashCode ( ) : int
GetRange ( System.DateTime RangeStart, System.DateTime RangeEnd ) : IEnumerable
OneTimeSchedule ( ) : System

Default constructor.

OneTimeSchedule ( System.DateTime StartTime, System.DateTime EndTime ) : System

Constructor for event with a start and end time.

OneTimeSchedule ( System.DateTime StartTime, System.TimeSpan Duration ) : System

Constructor for event with a start time and duration.

ToString ( ) : string

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRange() public method

public GetRange ( System.DateTime RangeStart, System.DateTime RangeEnd ) : IEnumerable
RangeStart System.DateTime
RangeEnd System.DateTime
return IEnumerable

OneTimeSchedule() public method

Default constructor.
public OneTimeSchedule ( ) : System
return System

OneTimeSchedule() public method

Constructor for event with a start and end time.
public OneTimeSchedule ( System.DateTime StartTime, System.DateTime EndTime ) : System
StartTime System.DateTime
EndTime System.DateTime
return System

OneTimeSchedule() public method

Constructor for event with a start time and duration.
public OneTimeSchedule ( System.DateTime StartTime, System.TimeSpan Duration ) : System
StartTime System.DateTime
Duration System.TimeSpan Duration of event.
return System

ToString() public method

public ToString ( ) : string
return string