Method | Description | |
---|---|---|
MakeSchedule ( ) : System | ||
backwards ( ) : |
||
endOfMonth ( bool flag ) : |
||
forwards ( ) : |
||
from ( Date effectiveDate ) : |
||
to ( Date terminationDate ) : |
||
value ( ) : |
||
withCalendar ( QLNet.Calendar calendar ) : |
||
withConvention ( BusinessDayConvention conv ) : |
||
withFirstDate ( Date d ) : |
||
withFrequency ( Frequency frequency ) : |
||
withNextToLastDate ( Date d ) : |
||
withRule ( DateGeneration r ) : |
||
withTenor ( |
||
withTerminationDateConvention ( BusinessDayConvention conv ) : |
public endOfMonth ( bool flag ) : |
||
flag | bool | |
return |
public from ( Date effectiveDate ) : |
||
effectiveDate | Date | |
return |
public to ( Date terminationDate ) : |
||
terminationDate | Date | |
return |
public withCalendar ( QLNet.Calendar calendar ) : |
||
calendar | QLNet.Calendar | |
return |
public withConvention ( BusinessDayConvention conv ) : |
||
conv | BusinessDayConvention | |
return |
public withFirstDate ( Date d ) : |
||
d | Date | |
return |
public withFrequency ( Frequency frequency ) : |
||
frequency | Frequency | |
return |
public withNextToLastDate ( Date d ) : |
||
d | Date | |
return |
public withRule ( DateGeneration r ) : |
||
r | DateGeneration | |
return |
public withTenor ( |
||
tenor | ||
return |
public withTerminationDateConvention ( BusinessDayConvention conv ) : |
||
conv | BusinessDayConvention | |
return |