Свойство | Тип | Описание | |
---|---|---|---|
FOLLOWING | |||
MODFOLLOWING | |||
MODPRECEDING | |||
NONE | |||
PRECEDING | |||
WEEKEND |
Метод | Описание | |
---|---|---|
Adjust ( |
Adjusts a Date which falls on a holiday within the indicated Calendar to an appropriate business day.
|
|
ForName ( string name ) : |
Attempts to locate a DateRoll instance with the given name.
|
Метод | Описание | |
---|---|---|
DateRoll ( string name ) : System |
Constructs a DateRoll instance and adds it to the extent set indexed by its symbolic name.
|
Метод | Описание | |
---|---|---|
Following ( |
Adjusts a Date to the next business day if it falls on a holiday.
|
|
ModFollowing ( |
Adjusts a Date to the next business day if it falls on a holiday unless that would move the date into the next month in which case it is rolled to a preceding date.
|
|
ModPreceding ( |
Adjusts a Date to the previous business day if it falls on a holiday unless that would move the date into the previous month in which case it is rolled to a following date.
|
|
None ( |
A dummy adjustment that performs no change to the date.
|
|
Preceding ( |
Adjusts a Date to the preceding business day if it falls on a holiday.
|
|
Weekend ( |
Adjusts dates which fall on a Saturday to the preceding Friday, and those falling on a Sunday to the following Monday. This convention is used by some national holidays, for example Christmas Day in the USA.
|
public abstract Adjust ( |
||
calendar | The |
|
date | Date | The |
Результат | Date |
protected DateRoll ( string name ) : System | ||
name | string | The symbolic name for this instance. |
Результат | System |
public static ForName ( string name ) : |
||
name | string | The required DateRoll name. |
Результат |
public static DateRoll,HandCoded.Finance FOLLOWING | ||
Результат |
public static DateRoll,HandCoded.Finance MODFOLLOWING | ||
Результат |
public static DateRoll,HandCoded.Finance MODPRECEDING | ||
Результат |
public static DateRoll,HandCoded.Finance NONE | ||
Результат |
public static DateRoll,HandCoded.Finance PRECEDING | ||
Результат |