diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-26 19:38:53 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-26 19:44:16 +0200 |
commit | a736b5e008fad1d0c05c961669cb62e1876218b9 (patch) | |
tree | aff85b5fac0bc5559aa87cb0cf9672c4e58b028b | |
parent | 52d629e6d5d3599cdead037425021c288b224278 (diff) |
Add square brackets around final two parameters in syntax statement (to indicate parametes are optional)
Change-Id: I756376f90b8c9f51875ad1887142a82c6595daed
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94836
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/func_workday.intl.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_workday.intl.xhp b/source/text/scalc/01/func_workday.intl.xhp index c986c5be3c..f49b93a385 100644 --- a/source/text/scalc/01/func_workday.intl.xhp +++ b/source/text/scalc/01/func_workday.intl.xhp @@ -37,7 +37,7 @@ </section> <embed href="text/scalc/00/avail_release.xhp#4.3"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> -<paragraph id="par_id241020160008306838" role="code" xml-lang="en-US">WORKDAY.INTL(StartDate; Days; Weekend; Holidays)</paragraph> +<paragraph id="par_id241020160008306838" role="code" xml-lang="en-US">WORKDAY.INTL(StartDate; Days[; Weekend][; Holidays])</paragraph> <paragraph id="par_id241020160008308885" role="paragraph" xml-lang="en-US"><emph>StartDate</emph>: is the date from when the calculation is carried out.</paragraph> <paragraph id="par_id241020160008305329" role="paragraph" xml-lang="en-US"><emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date.</paragraph> <embed href="text/scalc/01/common_func_workdaysintl.xhp#embed_workdays_intl"/> |