Class
Crono::Interval
In:
lib/crono/interval.rb
Parent:
Object
Interval
describes a period between two specific times of day
Methods
new
next_within
parse
to_s
within?
Attributes
from
[RW]
to
[RW]
Public Class methods
new
(from, to)
parse
(value)
Public Instance methods
next_within
(time, period)
to_s
()
within?
(value)
[Validate]