WebCab Bonds for .NET v2.01

BusinessCalendarTimeConversions.YearsBetweenAsDoubleArray Method

Calculates the number of years between a fixed date and each of the members of an array of dates.

Overload List

Calculates the number of years between a fixed date and each of the members of an array of dates.

public static double[] YearsBetweenAsDoubleArray(DateTime,DateTime[],string);

Calculates the number of years between a fixed date and each of the members of an array of dates.

public static double[] YearsBetweenAsDoubleArray(DateTime,DateTime[],BusinessCalendar);

Used internally to forward calls to YearsBetweenAsDoubleArray.

public static double[] YearsBetweenAsDoubleArray(DateTime,object,string);

Used internally to forward calls to YearsBetweenAsDoubleArray.

public static double[] YearsBetweenAsDoubleArray(DateTime,object,BusinessCalendar);

See Also

BusinessCalendarTimeConversions Class | WebCab.BusinessCalendar.Cities Namespace