home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / dos / datetime.txt next >
Encoding:
Text File  |  1992-09-02  |  486 b   |  23 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:dos/datetime.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT datetime
  6. (  0)   stamp:substructure
  7. ( 12)   format:CHAR
  8. ( 13)   flags:CHAR
  9. ( 14)   strday:LONG
  10. ( 18)   strdate:LONG
  11. ( 22)   strtime:LONG
  12. (---) ENDOBJECT     /* SIZEOF=26 */
  13.  
  14. CONST LEN_DATSTRING=16,
  15.       DTF_SUBST=1,
  16.       DTF_FUTURE=2,
  17.       FORMAT_DOS=0,
  18.       FORMAT_INT=1,
  19.       FORMAT_USA=2,
  20.       FORMAT_CDN=3,
  21.       FORMAT_MAX=3
  22.  
  23.