diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-29 16:33:58 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-29 17:42:30 +0200 |
commit | fc04f3ae3696e577404e675af3967b9caad49f30 (patch) | |
tree | 3f78a6812384e7b76d4fb4ea9177619ed4ddc509 | |
parent | e1cf49b4cfcb8f14fdb67d7ca879c25b1b8ca073 (diff) |
(WORKDAY.INTL func) Correct syntax statement
Change-Id: I07e5857bbccf5597d5506e224088060310dce1b4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95116
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 f49b93a385..e79d023af6 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"/> |