C# 클래스 HandCoded.Finance.DelegatedDateRoll

The DelegatedDateRoll class provides a implementation of the abstract DateRoll class that allows the use of delegates.
상속: DateRoll
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
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