Class Runt::REMonth
In: lib/runt/temporalexpression.rb
Parent: Object

TExpr that matches a range of dates within a month. For example:

    REMonth.(12,28)

matches from the 12th thru the 28th of any month. If end_day==0 or is not given, start_day will define the range with that single day.

 See also: Date

Methods

include?   new   to_s  

Included Modules

TExpr

Public Class methods

Public Instance methods

[Validate]