summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/sbasic/shared/03030102.xhp
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:55:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:55:36 +0000
commitd019e26d52e1a8850a9ab6fed71e28c659ca75f5 (patch)
tree231729751d4789bdbcb14686b45faff8125c817d /helpcontent2/source/text/sbasic/shared/03030102.xhp
parent8bf1da41a8e8ef3a27b3ca63511c6801f26c93c2 (diff)
INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED
2004/09/16 11:45:21 fpe 1.1.2.1: Regular Update
Diffstat (limited to 'helpcontent2/source/text/sbasic/shared/03030102.xhp')
-rwxr-xr-xhelpcontent2/source/text/sbasic/shared/03030102.xhp54
1 files changed, 28 insertions, 26 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/03030102.xhp b/helpcontent2/source/text/sbasic/shared/03030102.xhp
index 18221cc211..0d1a3cb6c7 100755
--- a/helpcontent2/source/text/sbasic/shared/03030102.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03030102.xhp
@@ -52,39 +52,41 @@
* Contributor(s): _______________________________________
*
*
- ************************************************************************--><helpdocument version="1.0">
+ ************************************************************************-->
+
+<helpdocument version="1.0">
<meta>
<topic id="textsbasicshared03030102xml" indexer="include" status="PUBLISH">
-<title xml-lang="en-US" id="tit">DateValue Function [Runtime]</title>
+<title id="tit" xml-lang="en-US">DateValue Function [Runtime]</title>
<filename>/text/sbasic/shared/03030102.xhp</filename>
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2003-10-31T00:00:00">converted from old format - fpe</lastedited>
+<lastedited date="2004-08-24T11:22:07">converted from old format - fpe</lastedited>
</history>
</meta>
<body>
-
-
- <section id="datevalue">
- <bookmark xml-lang="en-US" branch="index" id="bm_id3156344"><bookmark_value>DateValue;function</bookmark_value></bookmark><paragraph id="hd_id3156344" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/03030102.xhp" name="DateValue Function [Runtime]">DateValue Function [Runtime]</link></paragraph>
- <paragraph role="paragraph" id="par_id3150542" l10n="U" xml-lang="en-US" oldref="2">Returns a number 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" level="2" id="hd_id3148799" l10n="U" xml-lang="en-US" oldref="3">Syntax:</paragraph>
- <paragraph role="paragraph" id="par_id3154910" l10n="U" xml-lang="en-US" oldref="4">DateValue [(date)]</paragraph>
- <paragraph role="heading" level="2" id="hd_id3150870" l10n="U" xml-lang="en-US" oldref="5">Return value:</paragraph>
- <paragraph role="paragraph" id="par_id3153194" l10n="U" xml-lang="en-US" oldref="6">Long</paragraph>
- <paragraph role="heading" level="2" id="hd_id3153969" l10n="U" xml-lang="en-US" oldref="7">Parameters:</paragraph>
- <paragraph l10n="U" role="paragraph" id="par_id3153770" xml-lang="en-US" oldref="8"><emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format.</paragraph>
- <paragraph role="paragraph" id="par_id3153189" l10n="U" xml-lang="en-US" oldref="22">You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message.</paragraph>
- <paragraph role="paragraph" id="par_id3146974" l10n="U" xml-lang="en-US" oldref="23">In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format &quot;month.[,]day.[,]year&quot;.</paragraph>
- <embed href="text/sbasic/shared/00000003.xhp#languageformat"/>
- <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
- <embed href="text/sbasic/shared/00000003.xhp#err5"/>
- <paragraph role="heading" level="2" id="hd_id3153142" l10n="U" xml-lang="en-US" oldref="24">Example:</paragraph>
- <paragraph role="paragraph" id="par_id3155412" l10n="U" xml-lang="en-US" oldref="25">Sub ExampleDateValue</paragraph>
- <paragraph role="paragraph" id="par_id3153363" l10n="U" xml-lang="en-US" oldref="26">msgbox DateValue(&quot;12/02/1997&quot;)</paragraph>
- <paragraph role="paragraph" id="par_id3149262" l10n="U" xml-lang="en-US" oldref="27">end sub</paragraph>
-
- </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" l10n="U" oldref="1"><link href="text/sbasic/shared/03030102.xhp" name="DateValue Function [Runtime]">DateValue Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US" l10n="U" oldref="2">Returns a number 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" l10n="U" oldref="3">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US" l10n="U" oldref="4">DateValue [(date)]</paragraph>
+<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="U" oldref="6">Long</paragraph>
+<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US" l10n="U" oldref="8">
+<emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format.</paragraph>
+<paragraph role="paragraph" id="par_id3153189" xml-lang="en-US" l10n="U" oldref="22">You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message.</paragraph>
+<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U" oldref="23">In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format "month.[,]day.[,]year".</paragraph>
+<embed href="text/sbasic/shared/00000003.xhp#languageformat"/>
+<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" l10n="U" oldref="24">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US" l10n="U" oldref="25">Sub ExampleDateValue</paragraph>
+<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US" l10n="U" oldref="26">msgbox DateValue("12/02/1997")</paragraph>
+<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US" l10n="U" oldref="27">end sub</paragraph>
+</body>
</helpdocument>