home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l196 / 2.ddi / DATIM.BI$ < prev    next >
Encoding:
Text File  |  1990-06-24  |  852 b   |  23 lines

  1. '***
  2. ' DATIM.BI - Include file for Date/Time functions
  3. '
  4. '       Copyright <C> 1989 Microsoft Corporation
  5. '
  6. ' Purpose - This file is included in user's Basic program to declare
  7. '           Date and Time functions that are in Add-On libraries.
  8. '
  9. '***********************************************************************
  10.  
  11. DECLARE FUNCTION DateSerial# (Years%, Months%, Days%)
  12. DECLARE FUNCTION DateValue#  (DateText$)
  13. DECLARE FUNCTION Year&    ( SerialNumber#)
  14. DECLARE FUNCTION Month&  ( SerialNumber#)
  15. DECLARE FUNCTION Day&  ( SerialNumber#)
  16. DECLARE FUNCTION Weekday&  ( SerialNumber#)
  17. DECLARE FUNCTION Hour&    ( SerialNumber#)
  18. DECLARE FUNCTION Minute&  ( SerialNumber#)
  19. DECLARE FUNCTION Now#  ()
  20. DECLARE FUNCTION Second&  ( SerialNumber#)
  21. DECLARE FUNCTION TimeSerial# (Hours%, Minutes%, Seconds%)
  22. DECLARE FUNCTION TimeValue# (TimeText$)
  23.