home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / dnd29c4.zip / SOURCE.ZIP / DATIM.INC < prev    next >
Text File  |  1992-12-08  |  259b  |  9 lines

  1. Declare Function DateSerial#(Y%,M%,D%)
  2. Declare Function DateValue#(D$)
  3. Declare Function Hour&(S#)
  4. Declare Function Minute&(S#)
  5. Declare Function Now#()
  6. Declare Function Second&(S#)
  7. Declare Function TimeSerial#(H%,M%,S%)
  8. Declare Function TimeValue#(T$)
  9.