diff options
Diffstat (limited to 'source/text/sbasic/shared/03030201.xhp')
-rw-r--r-- | source/text/sbasic/shared/03030201.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03030201.xhp b/source/text/sbasic/shared/03030201.xhp index ebda5e11ca..6d246b8e6f 100644 --- a/source/text/sbasic/shared/03030201.xhp +++ b/source/text/sbasic/shared/03030201.xhp @@ -42,15 +42,15 @@ <paragraph xml-lang="en-US" id="par_id3154366" role="paragraph"> <emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value.</paragraph> <paragraph xml-lang="en-US" id="par_id3154909" role="paragraph">This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression</paragraph> - <paragraph xml-lang="en-US" id="par_id3163798" role="paragraph">Print Hour(TimeSerial(12,30,41))</paragraph> + <paragraph id="par_id3163798" localize="false" role="paragraph">Print Hour(TimeSerial(12,30,41))</paragraph> <paragraph xml-lang="en-US" id="par_id3155132" role="paragraph">returns the value 12.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> <paragraph xml-lang="en-US" id="hd_id3147348" role="heading" level="2">Example:</paragraph> <bascode> - <paragraph xml-lang="en-US" id="par_id3146985" role="bascode">Sub ExampleHour</paragraph> + <paragraph id="par_id3146985" localize="false" role="bascode">Sub ExampleHour</paragraph> <paragraph xml-lang="en-US" id="par_id3156441" role="bascode">Print "The current hour is " & Hour( Now )</paragraph> - <paragraph xml-lang="en-US" id="par_id3153145" role="bascode" localize="false">End Sub</paragraph> + <paragraph id="par_id3153145" localize="false" role="bascode">End Sub</paragraph> </bascode> </body> </helpdocument> |