diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-29 16:33:58 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-08 18:11:54 +0200 |
commit | 453e7cd3eb845a6bb0b6f0b2683fe6f09e82d92c (patch) | |
tree | b6b169d812f13b4358eff93bf4dc385e46152469 /source | |
parent | 9913e290c4dac9f39e14d19d3b672200f1419d4d (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>
(cherry picked from commit fc04f3ae3696e577404e675af3967b9caad49f30)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95689
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'source')
-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"/> |