home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DND29C4.ZIP / SOURCE.ZIP / DATIM.INC < prev    next >
Encoding:
Text File  |  1992-12-09  |  259 b   |  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.