home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / HTIME.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  529 b   |  30 lines

  1. #define HTIME_OPH
  2.  
  3. #ifndef TIME_OPH
  4. #include <sdk\time>
  5. #endif
  6.  
  7. /* Constants for htime */
  8.  
  9. #define PR_TIME_ABBREVIATE 0x1000
  10. #define PR_TIME_FORCE_UPDATE_FORMAT 0x2000
  11. #define HTIME_FIRST_DAY 29219
  12. #define HTIME_LAST_DAY 54786
  13. #define HTIME_FIRST_SEC 0
  14. #define HTIME_LAST_SEC 86399
  15. #define HTIME_FIRST_MIN 0
  16. #define HTIME_LAST_MIN 86340
  17.  
  18. /* Property of htime */
  19.  
  20. STRUCT PRS_HTIME
  21.     tDay#
  22.     tMonth#
  23. ENDS
  24.  
  25. STRUCT PR_HTIME
  26.     root#(SIZEOF(PRS_ROOT))
  27.     time#(SIZEOF(PRS_TIME))
  28.     htime#(SIZEOF(PRS_HTIME))
  29. ENDS
  30.