datetime

Methods

Method Reference: datetime.vertcat

datetime: C = vertcat (A, B, …)

Vertical concatenation of datetime arrays.

C = vertcat (A, B, … is the equivalent of the syntax B = [A; B; …] and vertically 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