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 inputs A, B, …, which must have the same size except along the first dimension. See cat for which inputs are accepted and how their time zones are resolved.

Source Code: datetime