DayCountBasisgetDaysInYear Method
Calculate the number of days for a given year.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public abstract int getDaysInYear(
FISADate date
)
Public MustOverride Function getDaysInYear (
date As FISADate
) As Integer
- date FISADate
-
the date for which the number of days per year will be returned.
Int32the number of days in the given year.