Makes the value of the !Holiday_List system variable available to the date/time routines.
NOTE: If all weekdays have been defined as weekend days, an error results.
!holiday_list(0).DAY = byte(25)
CAUTION: Whenever you directly modify the date in a !DT structure, set theRecalc
field (the last field in the !DT structure) to 1. This causes the Julian date to be recalculated. If the Julian date is not recalculated, plots or date/time calculations that use the modified variable may be inaccurate.
!holiday_list(0).RECALC = byte(1)
LOAD_HOLIDAYS
For more information, see the PV-WAVE User's Guide.