home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZDTFUNCS / SAMPLE / DTEINF.DEF < prev    next >
Text File  |  1993-11-18  |  4KB  |  89 lines

  1. ;
  2. ; /----------------------------------------------------------------------\
  3. ; |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ; |----------------------------------------------------------------------|
  5. ; | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ; |----------------------------------------------------------------------|
  7. ; |                       DISCLAIMER OF WARRANTIES                       |
  8. ; |                       ------------------------                       |
  9. ; | The following code is sample code created by IBM Corporation.        |
  10. ; | Such a code is provided to you solely for the purpose of assisting   |
  11. ; | you in the development of your applications. The code is provided    |
  12. ; | "AS IS", without warranty of any kind.  IBM shall not be liable for  |
  13. ; | any damages arising out of your use of the following code, even if   |
  14. ; | they have been advised of the possibility of such damages.           |                                                                         *
  15. ; \----------------------------------------------------------------------/
  16. ;
  17. ; DefFile : DTEINF.DEF
  18. ; Author  : Dario de Judicibus (DEJUDICI at ROMEPPC)
  19. ; Created : 20 Jul 1992
  20. ; Updated : 18 Nov 1992
  21. ; Version : 4.30
  22. ; Content : Module Definition File for FMZDTFUN.DLL Sample Program
  23. ;
  24. NAME            DTEINF WINDOWAPI
  25. DESCRIPTION     'ZDT Sample Program, Z Family/2 5641-504 (C) Copyright IBM Corporation 1993,1994.'
  26. STUB            'OS2STUB.EXE'
  27. CODE            PRELOAD MOVEABLE
  28. DATA            LOADONCALL MOVEABLE MULTIPLE READWRITE
  29. HEAPSIZE        32768
  30. STACKSIZE       32768
  31. EXPORTS         WndProc                @1
  32.                 CHKDTEMsgProc          @2
  33. IMPORTS
  34.                 FMZDTFUN.zdtLibraryVersion
  35.                 FMZDTFUN.zdtSetLibraryName
  36.                 FMZDTFUN.zdtRegisterSignal
  37.                 FMZDTFUN.zdtAddDays
  38.                 FMZDTFUN.zdtAddHours
  39.                 FMZDTFUN.zdtAddMinutes
  40.                 FMZDTFUN.zdtAddSeconds
  41.                 FMZDTFUN.zdtAddToDate
  42.                 FMZDTFUN.zdtAsJulian
  43.                 FMZDTFUN.zdtComputeLocalTime
  44.                 FMZDTFUN.zdtCurLangId
  45.                 FMZDTFUN.zdtDateAsString
  46.                 FMZDTFUN.zdtDay
  47.                 FMZDTFUN.zdtDayOfYear
  48.                 FMZDTFUN.zdtDaysBetween
  49.                 FMZDTFUN.zdtDaysInMonth
  50.                 FMZDTFUN.zdtDaysInYear
  51.                 FMZDTFUN.zdtDefLangId
  52.                 FMZDTFUN.zdtDiscardDate
  53.                 FMZDTFUN.zdtDiscardTime
  54.                 FMZDTFUN.zdtFormatDate
  55.                 FMZDTFUN.zdtFormatTime
  56.                 FMZDTFUN.zdtGetLangId
  57.                 FMZDTFUN.zdtHours
  58.                 FMZDTFUN.zdtIsLeapYear
  59.                 FMZDTFUN.zdtIsValidDate
  60.                 FMZDTFUN.zdtIsValidTime
  61.                 FMZDTFUN.zdtIsValidZone
  62.                 FMZDTFUN.zdtLanguage
  63.                 FMZDTFUN.zdtLocalZone
  64.                 FMZDTFUN.zdtMinutes
  65.                 FMZDTFUN.zdtMinutesInTime
  66.                 FMZDTFUN.zdtMonth
  67.                 FMZDTFUN.zdtMonthAsString
  68.                 FMZDTFUN.zdtMonthName
  69.                 FMZDTFUN.zdtNewDate
  70.                 FMZDTFUN.zdtNewTime
  71.                 FMZDTFUN.zdtNow
  72.                 FMZDTFUN.zdtSeconds
  73.                 FMZDTFUN.zdtSecondsBetween
  74.                 FMZDTFUN.zdtSecondsInTime
  75.                 FMZDTFUN.zdtSetLanguage
  76.                 FMZDTFUN.zdtStringAsDate
  77.                 FMZDTFUN.zdtStringAsTime
  78.                 FMZDTFUN.zdtStringIsDate
  79.                 FMZDTFUN.zdtStringIsTime
  80.                 FMZDTFUN.zdtTimeAsString
  81.                 FMZDTFUN.zdtToday
  82.                 FMZDTFUN.zdtUtcNow
  83.                 FMZDTFUN.zdtUtcToday
  84.                 FMZDTFUN.zdtWeekOfYear
  85.                 FMZDTFUN.zdtWeekday
  86.                 FMZDTFUN.zdtWeekdayAsString
  87.                 FMZDTFUN.zdtWeekdayName
  88.                 FMZDTFUN.zdtYear
  89.