REXXDATE: Difference between revisions
Appearance
	
	
|  Created page with "Library with date functions for REXX.   ==Functions== ;RexxDate_Init: Registers the RexxDate functions.  ;RexxDate_Diff: Returns the difference in days between two dates.  ;Re..." | No edit summary | ||
| (2 intermediate revisions by 2 users 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]] | |||
Latest revision as of 23:11, 14 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