Go To Documentation Main IndexMain Index
Go To TIPS, Inc.TIPS Home
is_MDYltMDY

is_MDYltMDY (routine)

Determine if one date is less than another date

Introduced in release: 1.0
Component: Generic
Purpose: Determines if first month, day, year date set is less than 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 the second date. The value of the function is false (0) if the first date is not less than 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