Module: Periods

Defined in:
lib/periods/month.rb,
lib/periods.rb,
lib/periods/week.rb,
lib/periods/year.rb,
lib/periods/period.rb,
lib/periods/quarter.rb,
lib/periods/version.rb,
lib/periods/halfyear.rb,
lib/periods/null_period.rb,
lib/periods/modules/week.rb,
lib/periods/modules/year.rb,
lib/periods/modules/month.rb,
lib/periods/weekly_period.rb,
lib/periods/yearly_period.rb,
lib/periods/modules/period.rb,
lib/periods/monthly_period.rb,
lib/periods/date_calculator.rb,
lib/periods/modules/quarter.rb,
lib/periods/modules/halfyear.rb,
lib/periods/quarterly_period.rb,
lib/periods/halfyearly_period.rb,
lib/periods/modules/null_period.rb,
lib/periods/modules/weekly_period.rb,
lib/periods/modules/yearly_period.rb,
lib/periods/modules/monthly_period.rb,
lib/periods/modules/quarterly_period.rb,
lib/periods/modules/halfyearly_period.rb,
lib/periods/modules/single_date_initialize.rb

Overview

A monthly period starts one a day X in month and ends on one day before X in the next month, e.g. from 25.06.2015 to 24.07.2015

Defined Under Namespace

Modules: Modules Classes: DateCalculator, Halfyear, HalfyearlyPeriod, Month, MonthlyPeriod, NullPeriod, Period, Quarter, QuarterlyPeriod, Week, WeeklyPeriod, Year, YearlyPeriod

Constant Summary collapse

VERSION =
"0.1.1"