C# Class QLNet.MakeSchedule

Exibir arquivo Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method 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 method

public MakeSchedule ( ) : System
return System

backwards() public method

public backwards ( ) : MakeSchedule
return MakeSchedule

endOfMonth() public method

public endOfMonth ( bool flag ) : MakeSchedule
flag bool
return MakeSchedule

forwards() public method

public forwards ( ) : MakeSchedule
return MakeSchedule

from() public method

public from ( Date effectiveDate ) : MakeSchedule
effectiveDate Date
return MakeSchedule

to() public method

public to ( Date terminationDate ) : MakeSchedule
terminationDate Date
return MakeSchedule

value() public method

public value ( ) : Schedule
return Schedule

withCalendar() public method

public withCalendar ( QLNet.Calendar calendar ) : MakeSchedule
calendar QLNet.Calendar
return MakeSchedule

withConvention() public method

public withConvention ( BusinessDayConvention conv ) : MakeSchedule
conv BusinessDayConvention
return MakeSchedule

withFirstDate() public method

public withFirstDate ( Date d ) : MakeSchedule
d Date
return MakeSchedule

withFrequency() public method

public withFrequency ( Frequency frequency ) : MakeSchedule
frequency Frequency
return MakeSchedule

withNextToLastDate() public method

public withNextToLastDate ( Date d ) : MakeSchedule
d Date
return MakeSchedule

withRule() public method

public withRule ( DateGeneration r ) : MakeSchedule
r DateGeneration
return MakeSchedule

withTenor() public method

public withTenor ( Period tenor ) : MakeSchedule
tenor Period
return MakeSchedule

withTerminationDateConvention() public method

public withTerminationDateConvention ( BusinessDayConvention conv ) : MakeSchedule
conv BusinessDayConvention
return MakeSchedule