struct
TCal::Calendar::HTML::Month
- TCal::Calendar::HTML::Month
- Struct
- Value
- Object
Overview
Represents a view of all weeks in a month. #start
is the first day of the
month. The view is assumed to be a rectangular grid, so it may also include
days that are not part of the month.
Defined in:
t_cal/calendar/html.crConstructors
Instance Method Summary
- #clone
- #copy_with(start _start = @start, weeks _weeks = @weeks)
- #start : Date
-
#title : String
Produces a title for the month view, e.g.
- #weeks : Array(Week)