bas7advr.hlp (Topic list)
Second& Function Details
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
The Second& function takes a date/time serial number and returns the second.
 
Second& (serial#)
 
Usage Notes
    ■ For information on serial numbers, see Serial Numbers.
 
Important
    ■ To use Second& in the QBX environment, use the FINANCER.QLB Quick
      library. To use Second& outside the QBX environment, link your
      program with the appropriate DTFMTxx.LIB file. Depending on the
      compiler options you chose when you installed BASIC, one or more of
      the following files will be available:
 
           Filename         Compiler options
           ════════════     ═════════════════════════════════════════════
           DTFMTER.LIB      80x87 or emulator math; DOS or OS/2 real mode
           DTFMTAR.LIB      Alternate math; DOS or OS/2 real mode
           DTFMTEP.LIB      80x87 or emulator math, OS/2 protected mode
           DTFMTAP.LIB      Alternate math; OS/2 protected mode
 
    ■ The DATIM.BI header file contains the necessary declarations for
      using Second&.
    ■ For more information on using libraries, see "Creating and Using
      Quick Libraries" and "Using LINK and LIB" in the BASIC Programmer's
      Guide.