Class | Runt::REDay |
In: |
lib/runt/temporalexpression.rb
|
Parent: | Object |
TExpr that matches periods of the day with minute precision. If the start hour is greater than the end hour, than end hour is assumed to be on the following day.
NOTE: By default, this class will match any date expression whose precision is less than or equal to DPrecision::DAY. To override this behavior, pass the optional fifth constructor argument the value: false.
See also: Date
CURRENT | = | 28 |
NEXT | = | 29 |
ANY_DATE | = | PDate.day(2002,8,CURRENT) |