FISADateisInSync Method
This method tests whether this date is in sync with the provided date
according to the provided interestFrequency and eomAdjust setting.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public bool isInSync(
FISADate date,
int interestFrequency,
bool eomAdjust
)
Public Function isInSync (
date As FISADate,
interestFrequency As Integer,
eomAdjust As Boolean
) As Boolean
- date FISADate
- a date with which to compare synchronicity.
- interestFrequency Int32
- the interest frequency to use.
- eomAdjust Boolean
-
determines whether the end of month adjustment rule should be used.
Boolean
true if this date is in sync with the provided date, otherwise false.