Method | Description | |
---|---|---|
Fixed ( string name, int from, int until, int month, int dayOfMonth, |
Constructs a Fixed date calender rule.
|
|
Generate ( |
Applies the algorithm defined by the CalendarRule to calculate the date that a holiday falls in the given year using the given Calendar to avoid other non-business dates.
|
public Fixed ( string name, int from, int until, int month, int dayOfMonth, |
||
name | string | The name of the holiday. |
from | int | The first year in which the holiday occurs. |
until | int | The last year in which the holiday occurs. |
month | int | The month of the year where the holidays falls. |
dayOfMonth | int | The day of the month where the holiday falls. |
dateRoll | The |
|
return | System |
public Generate ( |
||
calendar | The |
|
year | int | The year to generate the holiday for. |
return | Date |