C# Class HandCoded.Finance.DelegatedDateRoll

The DelegatedDateRoll class provides a implementation of the abstract DateRoll class that allows the use of delegates.
Inheritance: DateRoll
Afficher le fichier Open project: formicary/fpml-toolkit-csharp

Méthodes publiques

Méthode Description
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

Method Details

Adjust() public méthode

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.
Résultat Date

DelegatedDateRoll() public méthode

public DelegatedDateRoll ( string name, DateRollDelegate function ) : System
name string
function DateRollDelegate
Résultat System