diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-24 12:56:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-24 12:56:29 +0000 |
commit | 52f463a1978b89cf19a78e5629004bef00b75fd3 (patch) | |
tree | 7c5c1c0d896d281a86fcc6fd17fa23a0b506eedc /helpcontent2/source/text/scalc/01/func_eomonth.xhp | |
parent | 93f6f6a47ecf77e66ab39b19aa901a827debd561 (diff) |
INTEGRATION: CWS hcshared15 (1.4.266); FILE MERGED
2008/01/11 14:00:18 ufi 1.4.266.2: new makefiles und zwischenstand
2007/12/18 12:12:15 ufi 1.4.266.1: saving
Diffstat (limited to 'helpcontent2/source/text/scalc/01/func_eomonth.xhp')
-rw-r--r-- | helpcontent2/source/text/scalc/01/func_eomonth.xhp | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/helpcontent2/source/text/scalc/01/func_eomonth.xhp b/helpcontent2/source/text/scalc/01/func_eomonth.xhp index 0682df9ac8..210f374b86 100644 --- a/helpcontent2/source/text/scalc/01/func_eomonth.xhp +++ b/helpcontent2/source/text/scalc/01/func_eomonth.xhp @@ -1,13 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!--*********************************************************************** + +<!-- + *********************************************************************** * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: func_eomonth.xhp,v $ + * $RCSfile: func_eomonth.xhp,v $fileonly,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:03:54 $ + * last change: $Author: vg $ $Date: 2008-01-24 13:55:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,35 +34,33 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * - ************************************************************************--> - -<helpdocument version="1.0"> + ************************************************************************ + --> + + + <helpdocument version="1.0"> <meta> <topic id="textscalc01func_eomonthxml" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">EOMONTH</title> <filename>/text/scalc/01/func_eomonth.xhp</filename> </topic> -<history> -<created date="2004-05-19T17:57:53"/> -<lastedited date="2004-07-20T14:20:42"/> -</history> </meta> <body> <bookmark xml-lang="en-US" branch="index" id="bm_id3150991"><bookmark_value>EOMONTH function</bookmark_value> </bookmark> -<bookmark xml-lang="en-US" branch="hid/HID_AAI_FUNC_EOMONTH" id="bm_id3158439" localize="false"/> -<paragraph role="heading" id="hd_id3150991" xml-lang="en-US" level="2" oldref="231"><variable id="eomonth"><link href="text/scalc/01/func_eomonth.xhp">EOMONTH</link> +<bookmark xml-lang="en-US" branch="hid/HID_AAI_FUNC_EOMONTH" id="bm_id3158439" localize="false"/><paragraph role="heading" id="hd_id3150991" xml-lang="en-US" level="2" oldref="231"><variable id="eomonth"><link href="text/scalc/01/func_eomonth.xhp">EOMONTH</link> </variable></paragraph> <embed href="text/shared/00/00000001.xhp#add"/> -<paragraph role="paragraph" id="par_id3152766" xml-lang="en-US" l10n="U" oldref="232"><ahelp hid="HID_AAI_FUNC_EOMONTH">Returns the date of the last day of a month which falls <emph>Months</emph> away from the <emph>Start date</emph>.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3152766" xml-lang="en-US" l10n="U" oldref="232"><ahelp hid="HID_AAI_FUNC_EOMONTH">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp></paragraph> <paragraph role="heading" id="hd_id3150597" xml-lang="en-US" level="3" l10n="U" oldref="233">Syntax</paragraph> -<paragraph role="paragraph" id="par_id3150351" xml-lang="en-US" l10n="U" oldref="234">EOMONTH (Start date; Months)</paragraph> +<paragraph role="code" id="par_id3150351" xml-lang="en-US" l10n="U" oldref="234">EOMONTH(StartDate; Months)</paragraph> <paragraph role="paragraph" id="par_id3146787" xml-lang="en-US" l10n="U" oldref="235"> -<emph>Start date</emph>: calculated from this point onwards.</paragraph> +<emph>StartDate</emph> is a date (the starting point of the calculation).</paragraph> <paragraph role="paragraph" id="par_id3155615" xml-lang="en-US" l10n="U" oldref="236"> -<emph>Months</emph>: the number of months before (negative) or after (positive) the Start Date.</paragraph> +<emph>Months</emph> is the number of months before (negative) or after (positive) the start date.</paragraph> <paragraph role="heading" id="hd_id3156335" xml-lang="en-US" level="3" l10n="U" oldref="237">Example</paragraph> <paragraph role="paragraph" id="par_id3154829" xml-lang="en-US" l10n="U" oldref="238">What is the last day of the month that falls 6 months after September 14 2001?</paragraph> -<paragraph role="paragraph" id="par_id3156143" xml-lang="en-US" l10n="U" oldref="239">=EOMONTH("9.14.2001";6) returns 3.31.2002.</paragraph> +<paragraph role="paragraph" id="par_id3156143" xml-lang="en-US" l10n="U" oldref="239"> +<item type="input">=EOMONTH(9.14.2001;6)</item> returns 3.31.2002.</paragraph> </body> </helpdocument> |