C# Класс HandCoded.Finance.DelegatedDateRoll

The DelegatedDateRoll class provides a implementation of the abstract DateRoll class that allows the use of delegates.
Наследование: DateRoll
Показать файл Открыть проект

Открытые методы

Метод Описание
Adjust ( Calendar calendar, Date date ) : Date

Adjusts a Date which falls on a holiday within the indicated Calendar to an appropriate business day.

DelegatedDateRoll ( string name, DateRollDelegate function ) : System

Описание методов

Adjust() публичный Метод

Adjusts a Date which falls on a holiday within the indicated Calendar to an appropriate business day.
public Adjust ( Calendar calendar, Date date ) : Date
calendar Calendar The to be used.
date Date The to adjust.
Результат Date

DelegatedDateRoll() публичный Метод

public DelegatedDateRoll ( string name, DateRollDelegate function ) : System
name string
function DateRollDelegate
Результат System