C# Class Expl.Itinerary.VoidSchedule

Inheritance: IPrimitiveSchedule
Show file Open project: spoulson/Itinerary

Public Methods

Method Description
GetHashCode ( ) : int
GetRange ( System.DateTime RangeStart, System.DateTime RangeEnd ) : IEnumerable
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

ToString() public method

public ToString ( ) : string
return string