Calculates the number of years between a fixed date and each of the members of an array of dates.
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);
BusinessCalendarTimeConversions Class | WebCab.BusinessCalendar.Cities Namespace