C# Class QLNet.MakeSchedule

Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Méthodes publiques

Méthode Description
MakeSchedule ( ) : System
backwards ( ) : MakeSchedule
endOfMonth ( bool flag ) : MakeSchedule
forwards ( ) : MakeSchedule
from ( Date effectiveDate ) : MakeSchedule
to ( Date terminationDate ) : MakeSchedule
value ( ) : Schedule
withCalendar ( QLNet.Calendar calendar ) : MakeSchedule
withConvention ( BusinessDayConvention conv ) : MakeSchedule
withFirstDate ( Date d ) : MakeSchedule
withFrequency ( Frequency frequency ) : MakeSchedule
withNextToLastDate ( Date d ) : MakeSchedule
withRule ( DateGeneration r ) : MakeSchedule
withTenor ( Period tenor ) : MakeSchedule
withTerminationDateConvention ( BusinessDayConvention conv ) : MakeSchedule

Method Details

MakeSchedule() public méthode

public MakeSchedule ( ) : System
Résultat System

backwards() public méthode

public backwards ( ) : MakeSchedule
Résultat MakeSchedule

endOfMonth() public méthode

public endOfMonth ( bool flag ) : MakeSchedule
flag bool
Résultat MakeSchedule

forwards() public méthode

public forwards ( ) : MakeSchedule
Résultat MakeSchedule

from() public méthode

public from ( Date effectiveDate ) : MakeSchedule
effectiveDate Date
Résultat MakeSchedule

to() public méthode

public to ( Date terminationDate ) : MakeSchedule
terminationDate Date
Résultat MakeSchedule

value() public méthode

public value ( ) : Schedule
Résultat Schedule

withCalendar() public méthode

public withCalendar ( QLNet.Calendar calendar ) : MakeSchedule
calendar QLNet.Calendar
Résultat MakeSchedule

withConvention() public méthode

public withConvention ( BusinessDayConvention conv ) : MakeSchedule
conv BusinessDayConvention
Résultat MakeSchedule

withFirstDate() public méthode

public withFirstDate ( Date d ) : MakeSchedule
d Date
Résultat MakeSchedule

withFrequency() public méthode

public withFrequency ( Frequency frequency ) : MakeSchedule
frequency Frequency
Résultat MakeSchedule

withNextToLastDate() public méthode

public withNextToLastDate ( Date d ) : MakeSchedule
d Date
Résultat MakeSchedule

withRule() public méthode

public withRule ( DateGeneration r ) : MakeSchedule
r DateGeneration
Résultat MakeSchedule

withTenor() public méthode

public withTenor ( Period tenor ) : MakeSchedule
tenor Period
Résultat MakeSchedule

withTerminationDateConvention() public méthode

public withTerminationDateConvention ( BusinessDayConvention conv ) : MakeSchedule
conv BusinessDayConvention
Résultat MakeSchedule