Next: isduration, Previous: iscategorical, Up: API Alphabetically [Contents]
8.2.20 isdatetime ¶
- Function:
out = isdatetime (x) ¶
-
True if input is a datetime array, false otherwise.
Respects isdatetime override methods on user-defined classes, even if
they do not inherit from datetime or were known to Tablicious at
authoring time.
Returns a scalar logical.