Provides information about whether a date is a holiday.
__interface IHolidayProvider : IDispatch;
public interface IHolidayProvider : IDispatch;
Public Interface IHolidayProvider Inherits IDispatch
IHolidayProvider is implemented by the ScheduleTrigger class; it is passed in calls to the SatisfiesCriteria of the trigger's schedule components so they can determine whether dates are holidays according to the trigger's holiday settings.
|
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|