Click or drag to resize

DayCountGetAccrual365 Method

Implements the ACT/365 day count convention.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public static double GetAccrual365(
	Date from,
	Date to
)

Parameters

from  Date
First date of the period.
to  Date
Second date of the period.

Return Value

Double
The number of days divided by 365.
See Also