![]() ![]() |
NOTE: This API is dependent on the HOLIDAY (#40.5) file being updated by the sites.
Reference Type: Supported, Category: Miscellaneous, ICR#: 10046
To use the ^XUWORKDY APIs, you must make sure that the HOLIDAY (#40.5) file is populated with each year's holidays for the workday calculation to work correctly. If it is not populated, you need to populate it yourself (Kernel distributes this file without data). Only enter holidays that fall on weekdays, however.
The $$WORKPLUS^XUWORKDY extrinsic function returns the date that is n working days (i.e., offset) +/- of the input date. If the date is imprecisely specified, or if the HOLIDAY global is empty, then $$WORKPLUS^XUWORKDY returns a NULL string.
$$WORKPLUS^XUWORKDY(date,offset)
date: | (required) Date in VA FileMan internal format (e.g., 2850420). |
offset: | (required) The number of days to offset. |
returns: |
Returns the VA FileMan internal date that is n working days (i.e., offset) +/- of the input date. |
>W $$WORKPLUS^XUWORKDY(3090108,3) 3090113 |