FISADateisInSync Method

This method tests whether this date is in sync with the provided date according to the provided interestFrequency and eomAdjust setting.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public bool isInSync(
	FISADate date,
	int interestFrequency,
	bool eomAdjust
)

Parameters

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.

Return Value

Boolean
true if this date is in sync with the provided date, otherwise false.

See Also