REXXDATE: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Library with date functions for REXX. | Library with date functions for REXX. | ||
;Files | |||
* REXXDATE.DLL | |||
==Functions== | ==Functions== | ||
;RexxDate_Init: Registers the RexxDate functions. | ;RexxDate_Init: Registers the RexxDate functions. | ||
;RexxDate_Diff: Returns the difference in days between two dates. | ;RexxDate_Diff: Returns the difference in days between two dates. | ||
;RexxDate_Drop: Deregisters the RexxDate functions. This drops ALL the functions. | ;RexxDate_Drop: Deregisters the RexxDate functions. This drops ALL the functions. | ||
;RexxDate_Isleap: Returns 1 if the year is a leap year, otherwise 0. | ;RexxDate_Isleap: Returns 1 if the year is a leap year, otherwise 0. | ||
==Author== | |||
* Brett I. Holcomb | |||
==Links== | ==Links== | ||
* [https://archive.org/download/monster94no1/monster.zip/monster%2FOS2%2FREXXDATE.ZIP] | * [https://archive.org/download/monster94no1/monster.zip/monster%2FOS2%2FREXXDATE.ZIP] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Latest revision as of 00:11, 15 November 2020
Library with date functions for REXX.
- Files
- REXXDATE.DLL
Functions
- RexxDate_Init
- Registers the RexxDate functions.
- RexxDate_Diff
- Returns the difference in days between two dates.
- RexxDate_Drop
- Deregisters the RexxDate functions. This drops ALL the functions.
- RexxDate_Isleap
- Returns 1 if the year is a leap year, otherwise 0.
Author
- Brett I. Holcomb