Main Index |
TIPS Home |
is_MDYleMDYis_MDYleMDY (routine)
Determines if one date is less than or equal to another date
Introduced in release: 1.0
Component: Generic
Purpose:
Determines if first month, day, year date set is less than or equal to second month, day, year set using the given daycount method.
Results:
The value of the function is true (1) if the first date is less than or equal to the second date. The value of the function is false (0) if the first date is not less than or equal to the second date or the inputs contained an error.
Error Conditions:
The variable status contains a non zero value upon returning from the function when the inputs contain an error. The errors are:
500 = invalid day type
1100 = bad year in date
1200 = bad month in date
1300 = bad day in date
1500 = required date not given
| Last Mod Date: 03/01/1990 | © 2001 TIPS, Inc. | Doc Version: 5.0 |