struct TCal::DatePeriod
- TCal::DatePeriod
- TCal::Period(Date)
- Struct
- Value
- Object
Overview
An interval between two Date
.
Defined in:
t_cal/period/date_period.crConstructors
Instance Method Summary
- #each_month : Iterator(Date)
- #each_sunday_week : Iterator(Date)
- #split_at_sunday : Array(self)
-
#to_time_period : TimePeriod
Converts this period to a
TimePeriod
as perDate#to_time
.