1<?xml version="1.0" encoding="UTF-8"?> 2 3 4<!--*********************************************************** 5 * 6 * Licensed to the Apache Software Foundation (ASF) under one 7 * or more contributor license agreements. See the NOTICE file 8 * distributed with this work for additional information 9 * regarding copyright ownership. The ASF licenses this file 10 * to you under the Apache License, Version 2.0 (the 11 * "License"); you may not use this file except in compliance 12 * with the License. You may obtain a copy of the License at 13 * 14 * http://www.apache.org/licenses/LICENSE-2.0 15 * 16 * Unless required by applicable law or agreed to in writing, 17 * software distributed under the License is distributed on an 18 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 19 * KIND, either express or implied. See the License for the 20 * specific language governing permissions and limitations 21 * under the License. 22 * 23 ***********************************************************--> 24 25 26 27 28 29<helpdocument version="1.0"> 30<meta> 31<topic id="textsbasicshared03030130xhp" indexer="include" status="PUBLISH"> 32<title id="tit" xml-lang="en-US">DatePart Function [Runtime]</title> 33<filename>/text/sbasic/shared/03030130.xhp</filename> 34</topic> 35<history> 36<created date="2005-04-25T13:49:19">DatePart</created> 37<lastedited date="2006-01-23T13:27:35">checked</lastedited> 38</history> 39</meta> 40<body> 41<section id="datepart"> 42<bookmark xml-lang="en-US" branch="index" id="bm_id249946"><bookmark_value>DatePart function</bookmark_value> 43</bookmark> 44<paragraph role="heading" id="par_idN10542" xml-lang="en-US" level="1" l10n="NEW"><link href="text/sbasic/shared/03030130.xhp">DatePart Function [Runtime]</link></paragraph> 45<paragraph role="paragraph" id="par_idN10546" xml-lang="en-US" l10n="CHG">The DatePart function returns a specified part of a date.</paragraph> 46</section> 47<paragraph role="heading" id="par_idN10549" xml-lang="en-US" level="2" l10n="NEW">Syntax:</paragraph> 48<paragraph role="paragraph" id="par_idN105E8" xml-lang="en-US" l10n="NEW">DatePart (Add, Date [, Week_start [, Year_start]])</paragraph> 49<paragraph role="heading" id="par_idN105EB" xml-lang="en-US" level="2" l10n="NEW">Return value:</paragraph> 50<paragraph role="paragraph" id="par_idN105EF" xml-lang="en-US" l10n="CHG">A Variant containing a date.</paragraph> 51<paragraph role="heading" id="par_idN105F2" xml-lang="en-US" level="2" l10n="NEW">Parameters:</paragraph> 52<paragraph role="paragraph" id="par_idN105F6" xml-lang="en-US" l10n="NEW"> 53<emph>Add</emph> - A string expression from the following table, specifying the date interval.</paragraph> 54<embed href="text/sbasic/shared/03030110.xhp#datetable"/> 55<paragraph role="paragraph" id="par_idN10604" xml-lang="en-US" l10n="NEW"> 56<emph>Date</emph> - The date from which the result is calculated.</paragraph> 57<embed href="text/sbasic/shared/03030120.xhp#weekyear"/> 58<paragraph role="heading" id="par_idN10611" xml-lang="en-US" level="2" l10n="NEW">Example:</paragraph> 59<paragraph role="code" id="par_idN10615" xml-lang="en-US" l10n="NEW">Sub example_datepart</paragraph> 60<paragraph role="code" id="par_idN10618" xml-lang="en-US" l10n="NEW">msgbox DatePart("ww", "12/31/2005")</paragraph> 61<paragraph role="code" id="par_idN1061B" xml-lang="en-US" l10n="NEW">End Sub</paragraph> 62</body> 63</helpdocument> 64