Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
TIMESERIAL Function Details
◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
TIMESERIAL(hour%, minute%, second%)
Usage Notes
■ You can use negative numbers as arguments as long as the resulting
serial number is positive. For example, to find the serial number for
the time 50 seconds before 2:00:02, you can use:
TIMESERIAL(2, 0, 2-50)