Mercurial > hg > octave-lyh
comparison scripts/time/datenum.m @ 12575:d0b799dafede
Grammarcheck files for 3.4.1 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 04 Apr 2011 15:33:46 -0700 |
parents | c792872f8942 |
children | c09ed93d1a8b |
comparison
equal
deleted
inserted
replaced
12574:89604fa96d2f | 12575:d0b799dafede |
---|---|
21 ## @deftypefnx {Function File} {} datenum (@var{year}, @var{month}, @var{day}, @var{hour}) | 21 ## @deftypefnx {Function File} {} datenum (@var{year}, @var{month}, @var{day}, @var{hour}) |
22 ## @deftypefnx {Function File} {} datenum (@var{year}, @var{month}, @var{day}, @var{hour}, @var{minute}) | 22 ## @deftypefnx {Function File} {} datenum (@var{year}, @var{month}, @var{day}, @var{hour}, @var{minute}) |
23 ## @deftypefnx {Function File} {} datenum (@var{year}, @var{month}, @var{day}, @var{hour}, @var{minute}, @var{second}) | 23 ## @deftypefnx {Function File} {} datenum (@var{year}, @var{month}, @var{day}, @var{hour}, @var{minute}, @var{second}) |
24 ## @deftypefnx {Function File} {} datenum (@code{"date"}) | 24 ## @deftypefnx {Function File} {} datenum (@code{"date"}) |
25 ## @deftypefnx {Function File} {} datenum (@code{"date"}, @var{p}) | 25 ## @deftypefnx {Function File} {} datenum (@code{"date"}, @var{p}) |
26 ## Returns the specified local time as a day number, with Jan 1, 0000 | 26 ## Return the specified local time as a day number, with Jan 1, 0000 |
27 ## being day 1. By this reckoning, Jan 1, 1970 is day number 719529. | 27 ## being day 1. By this reckoning, Jan 1, 1970 is day number 719529. |
28 ## The fractional portion, @var{p}, corresponds to the portion of the | 28 ## The fractional portion, @var{p}, corresponds to the portion of the |
29 ## specified day. | 29 ## specified day. |
30 ## | 30 ## |
31 ## Notes: | 31 ## Notes: |