summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Fanning <stevemfanning@yahoo.co.uk>2020-05-31 10:28:34 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-31 16:19:12 +0200
commit1637dffb6225234b599ee586c796fd6924aecf8a (patch)
tree2db67dffba8b98aa4b897f9aa9b8a032bd47d127
parent2d5a11ff0c0ce386c2e6e634b620448d9e0e4824 (diff)
(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 <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/scalc/01/func_networkdays.intl.xhp2
1 files changed, 1 insertions, 1 deletions
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 @@
</section>
<embed href="text/scalc/00/avail_release.xhp#4.3"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id231020162249539143" role="code" xml-lang="en-US">NETWORKDAYS.INTL(StartDate; EndDate; Weekend; Holidays)</paragraph>
+<paragraph id="par_id231020162249539143" role="code" xml-lang="en-US">NETWORKDAYS.INTL(StartDate; EndDate [; [ Weekend ] [; Holidays ] ])</paragraph>
<paragraph id="par_id231020162249533010" role="paragraph" xml-lang="en-US"><emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation.</paragraph>
<paragraph id="par_id231020162249536398" role="paragraph" xml-lang="en-US"><emph>EndDate</emph> 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.</paragraph>
<embed href="text/scalc/01/common_func_workdaysintl.xhp#embed_workdays_intl"/>