Module | RiCal::CoreExtensions::Time::WeekDayPredicates |
In: |
lib/ri_cal/core_extensions/time/week_day_predicates.rb
|
Provide predicate and related methods for use by the RiCal gem This module is included by Time, Date, and DateTime
A predicate to determine whether or not the receiver falls on a particular weekday of its month.
n: | the ordinal number being requested |
which_wday: | the weekday using Ruby time conventions, i.e. 0 => Sunday, 1 => Monday, … |