datetime.horzcat
datetime: C = horzcat (A, B, …)
Horizontal concatenation of datetime arrays.
C = horzcat (A, B, … is the equivalent of
the syntax B = [A, B, …] and horizontally
concatenates the datetime arrays A, B, …. All input
arrays must be datetime arrays and have the same size except along the
second dimension.
Source Code: datetime