Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 1530

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qorganizerevent.cpp -->
  <title>Qt Mobility 1.2: QOrganizerEvent Class Reference</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtorganizer.html">QtOrganizer</a></li>
<li>QOrganizerEvent</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QOrganizerEvent Class Reference</h1>
<!-- $$$QOrganizerEvent-brief -->
<p>The <a href="qorganizerevent.html#QOrganizerEvent-var">QOrganizerEvent</a> class provides an event in time which may reoccur <a href="#details">More...</a></p>
<!-- @@@QOrganizerEvent -->
<pre class="cpp"> <span class="preprocessor">#include &lt;<a href="qorganizerevent.html#QOrganizerEvent-var">QOrganizerEvent</a>&gt;</span></pre><p><b>Inherits: </b><a href="qorganizeritem.html">QOrganizerItem</a>.</p>
<p>This class was introduced in Qt Mobility 1.1.</p>
<ul>
<li><a href="qorganizerevent-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QDateTime </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#endDateTime">endDateTime</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QDate&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#exceptionDates">exceptionDates</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QOrganizerRecurrenceRule </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#exceptionRule">exceptionRule</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QOrganizerRecurrenceRule&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#exceptionRules">exceptionRules</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#isAllDay">isAllDay</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#location">location</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QOrganizerItemPriority::Priority </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#priority">priority</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QDate&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#recurrenceDates">recurrenceDates</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QOrganizerRecurrenceRule </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#recurrenceRule">recurrenceRule</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QOrganizerRecurrenceRule&gt; </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#recurrenceRules">recurrenceRules</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setAllDay">setAllDay</a></b> ( bool <i>isAllDay</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setEndDateTime">setEndDateTime</a></b> ( const QDateTime &amp; <i>endDateTime</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setExceptionDates">setExceptionDates</a></b> ( const QSet&lt;QDate&gt; &amp; <i>exdates</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setExceptionRule">setExceptionRule</a></b> ( const QOrganizerRecurrenceRule &amp; <i>xrule</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setExceptionRules">setExceptionRules</a></b> ( const QSet&lt;QOrganizerRecurrenceRule&gt; &amp; <i>exrules</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setLocation">setLocation</a></b> ( const QString &amp; <i>location</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setPriority">setPriority</a></b> ( QOrganizerItemPriority::Priority <i>priority</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setRecurrenceDates">setRecurrenceDates</a></b> ( const QSet&lt;QDate&gt; &amp; <i>rdates</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setRecurrenceRule">setRecurrenceRule</a></b> ( const QOrganizerRecurrenceRule &amp; <i>rrule</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setRecurrenceRules">setRecurrenceRules</a></b> ( const QSet&lt;QOrganizerRecurrenceRule&gt; &amp; <i>rrules</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#setStartDateTime">setStartDateTime</a></b> ( const QDateTime &amp; <i>startDateTime</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QDateTime </td><td class="memItemRight bottomAlign"><b><a href="qorganizerevent.html#startDateTime">startDateTime</a></b> () const</td></tr>
</table>
<ul>
<li class="fn">39 public functions inherited from <a href="qorganizeritem.html#public-functions">QOrganizerItem</a></li>
</ul>
<a name="details"></a>
<!-- $$$QOrganizerEvent-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The <a href="qorganizerevent.html#QOrganizerEvent-var">QOrganizerEvent</a> class provides an event in time which may reoccur</p>
<p>A <a href="qorganizerevent.html#QOrganizerEvent-var">QOrganizerEvent</a> is an item which occurs at a particular point in time and may be associated with a location or have other details. It may have a set of recurrence rules or dates on which the event occurs associated with it, and also exceptions to those recurrences.</p>
</div>
<!-- @@@QOrganizerEvent -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$endDateTime[overload1]$$$endDateTime -->
<h3 class="fn"><a name="endDateTime"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> QOrganizerEvent::<span class="name">endDateTime</span> () const</h3>
<p>Returns the date time at which the event ends (for recurring events, this applies to the first * instance). For all-day events, the time part is meaningless, and the date is to be interpreted * as the inclusive end date.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setEndDateTime">setEndDateTime</a>().</p>
<!-- @@@endDateTime -->
<!-- $$$exceptionDates[overload1]$$$exceptionDates -->
<h3 class="fn"><a name="exceptionDates"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; QOrganizerEvent::<span class="name">exceptionDates</span> () const</h3>
<p>Returns the list of dates on which the event explicitly does not occur despite the recurrence rules for the event</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setExceptionDates">setExceptionDates</a>().</p>
<!-- @@@exceptionDates -->
<!-- $$$exceptionRule[overload1]$$$exceptionRule -->
<h3 class="fn"><a name="exceptionRule"></a><span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> QOrganizerEvent::<span class="name">exceptionRule</span> () const</h3>
<p>Returns an exception rule which has been explicitly set for the event. Note: if more than one exception rule exists, the order of the rules is undefined, so any one could be returned.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setExceptionRule">setExceptionRule</a>().</p>
<!-- @@@exceptionRule -->
<!-- $$$exceptionRules[overload1]$$$exceptionRules -->
<h3 class="fn"><a name="exceptionRules"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; QOrganizerEvent::<span class="name">exceptionRules</span> () const</h3>
<p>Returns the list of exception rules for the event</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setExceptionRules">setExceptionRules</a>().</p>
<!-- @@@exceptionRules -->
<!-- $$$isAllDay[overload1]$$$isAllDay -->
<h3 class="fn"><a name="isAllDay"></a><span class="type">bool</span> QOrganizerEvent::<span class="name">isAllDay</span> () const</h3>
<p>Returns true if and only if the time component of the start date/time or end date/time are * insignificant.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@isAllDay -->
<!-- $$$location[overload1]$$$location -->
<h3 class="fn"><a name="location"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QOrganizerEvent::<span class="name">location</span> () const</h3>
<p>Returns the label of the location at which the event occurs, if known</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setLocation">setLocation</a>().</p>
<!-- @@@location -->
<!-- $$$priority[overload1]$$$priority -->
<h3 class="fn"><a name="priority"></a><span class="type"><a href="qorganizeritempriority.html#Priority-enum">QOrganizerItemPriority::Priority</a></span> QOrganizerEvent::<span class="name">priority</span> () const</h3>
<p>Returns the priority of the event</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setPriority">setPriority</a>().</p>
<!-- @@@priority -->
<!-- $$$recurrenceDates[overload1]$$$recurrenceDates -->
<h3 class="fn"><a name="recurrenceDates"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; QOrganizerEvent::<span class="name">recurrenceDates</span> () const</h3>
<p>Returns the list of dates which have been explicitly set as dates on which the event occurs</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setRecurrenceDates">setRecurrenceDates</a>().</p>
<!-- @@@recurrenceDates -->
<!-- $$$recurrenceRule[overload1]$$$recurrenceRule -->
<h3 class="fn"><a name="recurrenceRule"></a><span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> QOrganizerEvent::<span class="name">recurrenceRule</span> () const</h3>
<p>Returns a recurrence rule which has been explicitly set for the event. Note: if more than one rule exists, the order of the rules is undefined, so any one could be returned.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setRecurrenceRule">setRecurrenceRule</a>().</p>
<!-- @@@recurrenceRule -->
<!-- $$$recurrenceRules[overload1]$$$recurrenceRules -->
<h3 class="fn"><a name="recurrenceRules"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; QOrganizerEvent::<span class="name">recurrenceRules</span> () const</h3>
<p>Returns the list of recurrence rules which define when the event occurs</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setRecurrenceRules">setRecurrenceRules</a>().</p>
<!-- @@@recurrenceRules -->
<!-- $$$setAllDay[overload1]$$$setAllDaybool -->
<h3 class="fn"><a name="setAllDay"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setAllDay</span> ( <span class="type">bool</span> <i>isAllDay</i> )</h3>
<p>Sets whether the time-of-day component of the event's start date-time or end date-time is insignificant (eg. this is generally set to true for a birthday). If <i>isAllDay</i> is true, the time-of-day component is considered insignificant, and the event will be an all-day item.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#isAllDay">isAllDay</a>().</p>
<!-- @@@setAllDay -->
<!-- $$$setEndDateTime[overload1]$$$setEndDateTimeconstQDateTime& -->
<h3 class="fn"><a name="setEndDateTime"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setEndDateTime</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> &amp; <i>endDateTime</i> )</h3>
<p>Sets the end date time of the event to <i>endDateTime</i> (for recurring events, this applies to the first instance). For all-day events, the time part can be set to any valid value, and the date is to be interpreted as the inclusive end date.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#endDateTime">endDateTime</a>().</p>
<!-- @@@setEndDateTime -->
<!-- $$$setExceptionDates[overload1]$$$setExceptionDatesconstQSet<QDate>& -->
<h3 class="fn"><a name="setExceptionDates"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setExceptionDates</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; &amp; <i>exdates</i> )</h3>
<p>Sets the given list of dates <i>exdates</i> to be dates on which the event explicitly does not occur, even if the recurrence rules suggest that the event should occur on those dates. Any previously specified exception dates will be cleared when this function is called.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#exceptionDates">exceptionDates</a>().</p>
<!-- @@@setExceptionDates -->
<!-- $$$setExceptionRule[overload1]$$$setExceptionRuleconstQOrganizerRecurrenceRule& -->
<h3 class="fn"><a name="setExceptionRule"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setExceptionRule</span> ( const <span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> &amp; <i>xrule</i> )</h3>
<p>Sets the given single recurrence rules <i>xrule</i> to be the rule which defines when the event does not occur. Any previously specified exception rules will be cleared when this function is called.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#exceptionRule">exceptionRule</a>() and <a href="qorganizerevent.html#setExceptionRules">setExceptionRules</a>().</p>
<!-- @@@setExceptionRule -->
<!-- $$$setExceptionRules[overload1]$$$setExceptionRulesconstQSet<QOrganizerRecurrenceRule>& -->
<h3 class="fn"><a name="setExceptionRules"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setExceptionRules</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; &amp; <i>exrules</i> )</h3>
<p>Sets the given list of recurrence rules <i>exrules</i> to be the rules which define when the event does not occur. Any previously specified exception rules will be cleared when this function is called.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#exceptionRules">exceptionRules</a>().</p>
<!-- @@@setExceptionRules -->
<!-- $$$setLocation[overload1]$$$setLocationconstQString& -->
<h3 class="fn"><a name="setLocation"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setLocation</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>location</i> )</h3>
<p>Sets the label of the location at which the event occurs to <i>location</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#location">location</a>().</p>
<!-- @@@setLocation -->
<!-- $$$setPriority[overload1]$$$setPriorityQOrganizerItemPriority::Priority -->
<h3 class="fn"><a name="setPriority"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setPriority</span> ( <span class="type"><a href="qorganizeritempriority.html#Priority-enum">QOrganizerItemPriority::Priority</a></span> <i>priority</i> )</h3>
<p>Sets the priority of this event to <i>priority</i></p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#priority">priority</a>().</p>
<!-- @@@setPriority -->
<!-- $$$setRecurrenceDates[overload1]$$$setRecurrenceDatesconstQSet<QDate>& -->
<h3 class="fn"><a name="setRecurrenceDates"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setRecurrenceDates</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="http://qt.nokia.com/doc/4.7/qdate.html">QDate</a></span>&gt; &amp; <i>rdates</i> )</h3>
<p>Sets the list of dates <i>rdates</i> to be dates on which the event occurs</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#recurrenceDates">recurrenceDates</a>().</p>
<!-- @@@setRecurrenceDates -->
<!-- $$$setRecurrenceRule[overload1]$$$setRecurrenceRuleconstQOrganizerRecurrenceRule& -->
<h3 class="fn"><a name="setRecurrenceRule"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setRecurrenceRule</span> ( const <span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span> &amp; <i>rrule</i> )</h3>
<p>Sets a single recurrence rule <i>rrule</i> to be the rule which define when the event occurs, other than those dates specified explicitly via <a href="qorganizerevent.html#setRecurrenceDates">setRecurrenceDates</a>().</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#recurrenceRule">recurrenceRule</a>() and <a href="qorganizerevent.html#setRecurrenceRules">setRecurrenceRules</a>().</p>
<!-- @@@setRecurrenceRule -->
<!-- $$$setRecurrenceRules[overload1]$$$setRecurrenceRulesconstQSet<QOrganizerRecurrenceRule>& -->
<h3 class="fn"><a name="setRecurrenceRules"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setRecurrenceRules</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qset.html">QSet</a></span>&lt;<span class="type"><a href="qorganizerrecurrencerule.html">QOrganizerRecurrenceRule</a></span>&gt; &amp; <i>rrules</i> )</h3>
<p>Sets the list of recurrence rules <i>rrules</i> to be the rules which define when the event occurs, other than those dates specified explicitly via <a href="qorganizerevent.html#setRecurrenceDates">setRecurrenceDates</a>().</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#recurrenceRules">recurrenceRules</a>().</p>
<!-- @@@setRecurrenceRules -->
<!-- $$$setStartDateTime[overload1]$$$setStartDateTimeconstQDateTime& -->
<h3 class="fn"><a name="setStartDateTime"></a><span class="type">void</span> QOrganizerEvent::<span class="name">setStartDateTime</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> &amp; <i>startDateTime</i> )</h3>
<p>Sets the start date time of the event to <i>startDateTime</i> (for recurring events, this applies to * the first instance). For all-day events, the time part can be set to any valid value.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#startDateTime">startDateTime</a>().</p>
<!-- @@@setStartDateTime -->
<!-- $$$startDateTime[overload1]$$$startDateTime -->
<h3 class="fn"><a name="startDateTime"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qdatetime.html">QDateTime</a></span> QOrganizerEvent::<span class="name">startDateTime</span> () const</h3>
<p>Returns the date time at which the event starts (for recurring events, this applies to the first * instance). For all-day events, the time part is meaningless.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<p><b>See also </b><a href="qorganizerevent.html#setStartDateTime">setStartDateTime</a>().</p>
<!-- @@@startDateTime -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
    Free Documentation License version 1.3</a>
    as published by the Free Software Foundation.</p>
</div>
</body>
</html>