summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03030102.xhp
diff options
context:
space:
mode:
authorAlain Romedenne <alain.romedenne@libreoffice.org>2021-04-15 11:47:57 +0200
committerAlain Romedenne <alain.romedenne@libreoffice.org>2021-04-29 18:15:58 +0200
commit4ee2f0f82f99a865e765309eda367d5fc016674b (patch)
treec6dcbf912d3cbd66b1c2b214c57d9c3e407be41e /source/text/sbasic/shared/03030102.xhp
parentc8cf56ede34cc13a90a930aab505828ee196005c (diff)
sf_basic py2bas bridge
It includes Basic functions rework in order to - share content, - correct Basic keywords argument names tdf#141474 - accommodate Python lowercased arguments. Change-Id: If59a82444a8e001b02d085f5e10e0053666f8485 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114008 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03030102.xhp')
-rw-r--r--source/text/sbasic/shared/03030102.xhp40
1 files changed, 22 insertions, 18 deletions
diff --git a/source/text/sbasic/shared/03030102.xhp b/source/text/sbasic/shared/03030102.xhp
index b8332eba19..664e122cf2 100644
--- a/source/text/sbasic/shared/03030102.xhp
+++ b/source/text/sbasic/shared/03030102.xhp
@@ -20,38 +20,42 @@
<helpdocument version="1.0">
<meta>
-<topic id="textsbasicshared03030102xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">DateValue Function</title>
-<filename>/text/sbasic/shared/03030102.xhp</filename>
+ <topic id="textsbasicshared03030102xml" indexer="include" status="PUBLISH">
+ <title id="tit" xml-lang="en-US">DateValue Function</title>
+ <filename>/text/sbasic/shared/03030102.xhp</filename>
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
</history>
</meta>
<body>
+
<section id="datevalue">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3156344"><bookmark_value>DateValue function</bookmark_value>
-</bookmark>
-<paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030102.xhp" name="DateValue Function">DateValue Function</link></paragraph>
-<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US">Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates.</paragraph>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id3156344"><bookmark_value>DateValue function</bookmark_value>
+ </bookmark>
+ <h1 id="hd_id3156344"><link href="text/sbasic/shared/03030102.xhp" name="DateValue Function">DateValue Function</link></h1>
+ <paragraph role="paragraph" id="par_id3150542" xml-lang="en-US">Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3148799" xml-lang="en-US" level="2">Syntax:</paragraph>
+
+<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
-<paragraph role="bascode" id="par_id3154910" xml-lang="en-US">DateValue [(date)]</paragraph>
+ <paragraph role="bascode" id="par_id3154910" xml-lang="en-US">DateValue(date)</paragraph>
</bascode>
-<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="2">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US">Date<comment>i66764</comment></paragraph>
-<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="2">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US">
- <emph>Date:</emph> String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. "2012-12-31" is accepted).</paragraph>
+<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
+<section id="parm1">
+ <paragraph role="paragraph" id="par_id3153770"><emph>Date</emph>: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. "2012-12-31" is accepted).</paragraph>
+</section>
+<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
+<paragraph role="paragraph" id="par_id3153194">The computed date.<comment>i66764</comment></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="2">Example:</paragraph>
+<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
-<paragraph role="bascode" id="par_id3155412" xml-lang="en-US" localize="false">Sub ExampleDateValue</paragraph>
-<paragraph role="bascode" id="par_id3153363" xml-lang="en-US" localize="false"> MsgBox DateValue("12/02/2011")</paragraph>
-<paragraph role="bascode" id="par_id3149262" xml-lang="en-US" localize="false">End Sub</paragraph>
+ <paragraph role="bascode" id="par_id3155412" xml-lang="en-US" localize="false">Sub ExampleDateValue</paragraph>
+ <paragraph role="bascode" id="par_id3153363" xml-lang="en-US" localize="false"> MsgBox DateValue("23/02/2011")</paragraph>
+ <paragraph role="bascode" id="par_id3149262" xml-lang="en-US" localize="false">End Sub</paragraph>
</bascode>
+
</body>
</helpdocument>