diff options
Diffstat (limited to 'helpcontent2/source/text/sbasic/shared/03030103.xhp')
-rw-r--r-- | helpcontent2/source/text/sbasic/shared/03030103.xhp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/03030103.xhp b/helpcontent2/source/text/sbasic/shared/03030103.xhp index 045f688bf..38c735eed 100644 --- a/helpcontent2/source/text/sbasic/shared/03030103.xhp +++ b/helpcontent2/source/text/sbasic/shared/03030103.xhp @@ -54,13 +54,17 @@ <paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" l10n="U" oldref="8"> <emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month.</paragraph> <paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U" oldref="9">This function is basically the opposite of the DateSerial function, returning the day of the month from a serial date number generated by the <emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, the expression</paragraph> -<paragraph role="paragraph" id="par_id3145364" xml-lang="en-US" l10n="U" oldref="10">Print Day (DateSerial(1994, 12, 20))</paragraph> +<bascode> +<paragraph role="bascode" id="par_id3145364" xml-lang="en-US" localize="false">Print Day (DateSerial(1994, 12, 20))</paragraph> +</bascode> <paragraph role="paragraph" id="par_id3153190" xml-lang="en-US" l10n="U" oldref="11">returns the value 20.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> <paragraph role="heading" id="hd_id3149481" xml-lang="en-US" level="2" l10n="U" oldref="12">Example:</paragraph> -<paragraph role="paragraph" id="par_id3155413" xml-lang="en-US" l10n="U" oldref="13">sub ExampleDay</paragraph> -<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U" oldref="14">Print "Day " & Day(DateSerial(1994, 12, 20)) & " of the month"</paragraph> -<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US" l10n="U" oldref="15">end sub</paragraph> +<bascode> +<paragraph role="bascode" id="par_id3155413" xml-lang="en-US" localize="false">Sub ExampleDay</paragraph> +<paragraph role="bascode" id="par_id3149260" xml-lang="en-US" l10n="U" oldref="14"> Print "Day " & Day(DateSerial(1994, 12, 20)) & " of the month"</paragraph> +<paragraph role="bascode" id="par_id3148645" xml-lang="en-US" localize="false">End Sub</paragraph> +</bascode> </body> </helpdocument> |