DayCountBasisgetDaysInYear Method

Calculate the number of days for a given year.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public abstract int getDaysInYear(
	FISADate date
)

Parameters

date  FISADate
the date for which the number of days per year will be returned.

Return Value

Int32
the number of days in the given year.

See Also