Current date and time
C++ Prototype
mwArray now();
C++ Syntax
#include "matlab.hpp" mwArray t; // Return value t = now();
MATLAB Syntax
t = now
See Also
now