datetime.isrow
datetime: TF = isrow (T)
Return true if datetime array is a row vector.
TF = isrow (T) returns a logical scalar TF,
which is true, if the datetime array T is a row vector,
and false otherwise. A row vector is a 2-D array for which
size (X) returns [1, N] with non-negative
N.
Source Code: datetime