C# Class Itenso.TimePeriod.HourTimeRange

Inheritance: CalendarTimeRange
Show file Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
GetMinutes ( ) : ITimePeriodCollection

Protected Methods

Method Description
ComputeHashCode ( ) : int
HourTimeRange ( int startYear, int startMonth, int startDay, int startHour, int hourCount ) : System
HourTimeRange ( int startYear, int startMonth, int startDay, int startHour, int hourCount, ITimeCalendar calendar ) : System
IsEqual ( object obj ) : bool

Private Methods

Method Description
GetPeriodOf ( int year, int month, int day, int hour, int hourCount ) : TimeRange
HasSameData ( HourTimeRange comp ) : bool

Method Details

ComputeHashCode() protected method

protected ComputeHashCode ( ) : int
return int

GetMinutes() public method

public GetMinutes ( ) : ITimePeriodCollection
return ITimePeriodCollection

HourTimeRange() protected method

protected HourTimeRange ( int startYear, int startMonth, int startDay, int startHour, int hourCount ) : System
startYear int
startMonth int
startDay int
startHour int
hourCount int
return System

HourTimeRange() protected method

protected HourTimeRange ( int startYear, int startMonth, int startDay, int startHour, int hourCount, ITimeCalendar calendar ) : System
startYear int
startMonth int
startDay int
startHour int
hourCount int
calendar ITimeCalendar
return System

IsEqual() protected method

protected IsEqual ( object obj ) : bool
obj object
return bool