]> source.dussan.org Git - poi.git/commitdiff
[bug-65879] add WORKDAY.INTL function
authorPJ Fanning <fanningpj@apache.org>
Fri, 11 Feb 2022 00:57:59 +0000 (00:57 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 11 Feb 2022 00:57:59 +0000 (00:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897956 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java

index 65b17d8316ac4e409f7a4333d086712942a2e377..2e3b16b9403112cb0f09faccce4a2fc2917dc8b9 100644 (file)
@@ -33,6 +33,7 @@ import org.apache.poi.ss.usermodel.DateUtil;
  * <b>WORKDAY.INTL</b>(<b>startDate</b>, <b>days</b>, weekendType, holidays)
  * <p>
  * https://support.microsoft.com/en-us/office/workday-intl-function-a378391c-9ba7-4678-8a39-39611a9bf81d
+ * @since POI 5.2.0
  */
 final class WorkdayIntlFunction implements FreeRefFunction {