Home > freetb4matlab > time > clock.m

clock

PURPOSE ^

% Return a vector containing the current year, month (1-12), day (1-31),

SYNOPSIS ^

function retval = clock

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} clock 
% Return a vector containing the current year, month (1-12), day (1-31),
% hour (0-23), minute (0-59) and second (0-61).  For example,
%
% @example
% @group
% clock 
%      @result{} [ 1993, 8, 20, 4, 56, 1 ]
% @end group
% @end example
%
% The function clock is more accurate on systems that have the
% @code{gettimeofday} function.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003