struct TCal::Calendar::HTML::Week
- TCal::Calendar::HTML::Week
- Struct
- Value
- Object
Overview
Represents a week within a Month
. Events are split on week boundaries to
enable the use of CSS grids for visual layout, so they are specified here.
Defined in:
t_cal/calendar/html.crConstructors
Instance Method Summary
- #clone
- #copy_with(days _days = @days, events _events = @events)
- #days : Tuple(Date, Date, Date, Date, Date, Date, Date)
- #events : Array(Event)