没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > ObjectLab Kit |
ObjectLab Kit
|
3 | 0 | 377 |
贡献者 | 讨论 | 代码提交 |
Business and Financial Day Calculators.
The DateCalculator implementation is useful to any business; the other two
interfaces are more specific to the financial industry.
The most common function of a lot of banking or business applications is the
handling of holidays and weekends, a set of standard rules are implemented to deal with days falling on a holiday. The library does not attempt to guess the 'holidays', most business will have an official list anyway, but concentrate on the date manipulation and calculations.
What does it provide? Implementation of 3 interfaces
- DateCalculator for all date calculation and handling of weekends or holidays.
The supported algorithms are: Do Nothing, Move Forward, Move Backward,
Modified Following and Modified Preceeding.