timetable.width
timetable: W = width (tt)
Number of variables in timetable.
W = width (tt) returns the number of variables in the timetable tt as a scalar. It is the equivalent of size (tt, 2). The row times are not a variable and are not counted.
W = width (tt)
size (tt, 2)
See also: height, size
Source Code: timetable