datetime

Methods

Method Reference: datetime.isinf

datetime: out = isinf (T)

Test for infinite elements in datetime array.

TF = isinf (T) returns a logical array TF of the same size as T containing true for each corresponding element of T that is infinite and false otherwise.

Source Code: datetime