C# Class Expl.Itinerary.OffsetSchedule

Inheritance: IFilterSchedule
Show file Open project: spoulson/Itinerary

Public Methods

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

Default constructor.

OffsetSchedule ( System.TimeSpan OffsetTime, ISchedule Schedule ) : System

Constructor.

ToString ( ) : string

Private Methods

Method Description
SafeDateTimeAdd ( System.DateTime Value, System.TimeSpan AddValue ) : System.DateTime

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

OffsetSchedule() public method

Default constructor.
public OffsetSchedule ( ) : System
return System

OffsetSchedule() public method

Constructor.
public OffsetSchedule ( System.TimeSpan OffsetTime, ISchedule Schedule ) : System
OffsetTime System.TimeSpan TimeSpan of offset.
Schedule ISchedule Schedule to filter.
return System

ToString() public method

public ToString ( ) : string
return string