HolidayTreatment Enumeration
In This Topic
Determines how a ArcanaDevelopment.adTempus.Client.ScheduleTrigger will behave if a scheduled execution falls on a holiday
Syntax
Members
Member | Value | Description |
IgnoreHolidays | 0 |
No special behavior (job is triggered)
|
NearestBusinessDay | 2 |
The job is triggered at the same time(s) on the nearest day that is not a Saturday, Sunday, or holiday.
|
NearestNonHoliday | 5 |
The job is triggered at the same time(s) on the nearest day that is not a holiday.
|
NextBusinessDay | 4 |
The job is triggered at the same time(s) on the nearest later day that is not a Saturday, Sunday, or holiday.
|
NextNonHoliday | 7 |
The job is triggered at the same time(s) on the nearest later day that is not a holiday.
|
PreviousBusinessDay | 3 |
The job is triggered at the same time(s) on the nearest earlier day that is not a Saturday, Sunday, or holiday.
|
PreviousNonHoliday | 6 |
The job is triggered at the same time(s) on the nearest earlier day that is not a holiday.
|
SkipHolidays | 1 |
The day is skipped (job is not triggered on this day).
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.HolidayTreatment
See Also