Method | Description | |
---|---|---|
AddRule ( |
Adds a CalendarRule instance to the set maintained by the current instance.
|
|
IsBusinessDay ( Date date ) : bool |
Determines if the Date provided falls on a business day in this Calendar (e.g. not a holiday or weekend).
|
|
RuleBasedCalendar ( string name, |
Constructs a RuleBasedCalendar with the given name and Weekend rule.
|
Method | Description | |
---|---|---|
Generate ( int min, int max ) : void |
Uses the CalendarRule instances to extend the holiday set for the years specified.
|
public AddRule ( |
||
rule | The |
|
return | void |
public IsBusinessDay ( Date date ) : bool | ||
date | Date | The |
return | bool |
public RuleBasedCalendar ( string name, |
||
name | string | |
weekend | ||
return | System |