diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-31 10:28:34 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-08 18:52:19 +0200 |
commit | 25d7c849c5f6159cae78b11be63445c548de29eb (patch) | |
tree | 3764fe9e30a567ae9e0f37487648f3e652e943ff /source | |
parent | c1fbeca7942fbc48b7857e7be079de506cfd7deb (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>
(cherry picked from commit 1637dffb6225234b599ee586c796fd6924aecf8a)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95724
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_networkdays.intl.xhp | 2 |
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"/> |