public static int GetPartialDateCount(string fromOverallDate, string toOverallDate, string fromPartialDate, string toPartialDate) { return(DateDifferenceManager.GetPartialDateCount(fromOverallDate, toOverallDate, fromPartialDate, toPartialDate)); }
public static int GetDateDifference(string fromDate, string toDate) { return(DateDifferenceManager.GetDateDifference(fromDate, toDate)); }
public static decimal GetDateDifferenceRate(string fromOverallDate, string toOverallDate, string fromPartialDate, string toPartialDate) { return(DateDifferenceManager.GetDateDifferenceRate(fromOverallDate, toOverallDate, fromPartialDate, toPartialDate)); }