<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : How to advance Calendar week and month view?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : How to advance Calendar week and month view?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 19:08:43 +0000</pubDate>
  <lastBuildDate>Wed, 23 Dec 2009 10:58:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=15913</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[How to advance Calendar week and month view? : You can use CaptionBar Handlers...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15913&amp;PID=55821&amp;title=how-to-advance-calendar-week-and-month-view#55821</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15913<br /><strong>Posted:</strong> 23 December 2009 at 10:58am<br /><br />You can use CaptionBar Handlers (Next - Prev) which do desired advance - call it in your code if needed]]>
   </description>
   <pubDate>Wed, 23 Dec 2009 10:58:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15913&amp;PID=55821&amp;title=how-to-advance-calendar-week-and-month-view#55821</guid>
  </item> 
  <item>
   <title><![CDATA[How to advance Calendar week and month view? : Should be simple:  I have a calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15913&amp;PID=55810&amp;title=how-to-advance-calendar-week-and-month-view#55810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5725">EricFowler</a><br /><strong>Subject:</strong> 15913<br /><strong>Posted:</strong> 23 December 2009 at 12:33am<br /><br />Should be simple: <br />I have a calendar in week (or month) view, displaying a slab of days starting Dec. 21. <br /><br />I want to advance to the next week (or month). <br /><br />This looks to be easy in day view but is not working in week view: <br /><br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CXTPCalendarWeekView * pWeek = (CXTPCalendarWeekView *)m_ctrlCalendar.GetActiveView();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COleDateTimeSpan span(7,0,0,0);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COleDateTime beginDate = pWeek-&gt;GetBeginDate(); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pWeek-&gt;SetBeginDate(beginDate - span); <br />}<br /><br />This does not work. <br /><br />Day view has an easy function, can't find for week view. <br /><br />Eric]]>
   </description>
   <pubDate>Wed, 23 Dec 2009 00:33:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15913&amp;PID=55810&amp;title=how-to-advance-calendar-week-and-month-view#55810</guid>
  </item> 
 </channel>
</rss>