From 25d7c849c5f6159cae78b11be63445c548de29eb Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sun, 31 May 2020 10:28:34 +0200 Subject: (func_networkdays.intl.xhp) Include square brackets in syntax section to indicate optional parameters. Note: Exact configuration of square brackets based on that for NETWORKDAYS(). Change-Id: I0f1f7100add3f50d2ba3946087cca292d7a51d65 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95204 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 1637dffb6225234b599ee586c796fd6924aecf8a) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95724 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/func_networkdays.intl.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/scalc/01/func_networkdays.intl.xhp') diff --git a/source/text/scalc/01/func_networkdays.intl.xhp b/source/text/scalc/01/func_networkdays.intl.xhp index 6433879244..ed1364ba1f 100644 --- a/source/text/scalc/01/func_networkdays.intl.xhp +++ b/source/text/scalc/01/func_networkdays.intl.xhp @@ -36,7 +36,7 @@ -NETWORKDAYS.INTL(StartDate; EndDate; Weekend; Holidays) +NETWORKDAYS.INTL(StartDate; EndDate [; [ Weekend ] [; Holidays ] ]) StartDate is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation. EndDate is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation. -- cgit