home *** CD-ROM | disk | FTP | other *** search
- #define HTIME_OPH
-
- #ifndef TIME_OPH
- #include <sdk\time>
- #endif
-
- /* Constants for htime */
-
- #define PR_TIME_ABBREVIATE 0x1000
- #define PR_TIME_FORCE_UPDATE_FORMAT 0x2000
- #define HTIME_FIRST_DAY 29219
- #define HTIME_LAST_DAY 54786
- #define HTIME_FIRST_SEC 0
- #define HTIME_LAST_SEC 86399
- #define HTIME_FIRST_MIN 0
- #define HTIME_LAST_MIN 86340
-
- /* Property of htime */
-
- STRUCT PRS_HTIME
- tDay#
- tMonth#
- ENDS
-
- STRUCT PR_HTIME
- root#(SIZEOF(PRS_ROOT))
- time#(SIZEOF(PRS_TIME))
- htime#(SIZEOF(PRS_HTIME))
- ENDS
-