<?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 : [SOLVED] FirstVisibleDay in Week- or Monthview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : [SOLVED] FirstVisibleDay in Week- or Monthview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 09:30:50 +0000</pubDate>
  <lastBuildDate>Fri, 29 Jul 2011 07:00:44 +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=18683</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[[SOLVED] FirstVisibleDay in Week- or Monthview : Cool, glad I could help.   ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65580&amp;title=solved-firstvisibleday-in-week-or-monthview#65580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18683<br /><strong>Posted:</strong> 29 July 2011 at 7:00am<br /><br />Cool, glad I could help.<br>]]>
   </description>
   <pubDate>Fri, 29 Jul 2011 07:00:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65580&amp;title=solved-firstvisibleday-in-week-or-monthview#65580</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] FirstVisibleDay in Week- or Monthview :   Thanks, that works verry fine!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65569&amp;title=solved-firstvisibleday-in-week-or-monthview#65569</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18683<br /><strong>Posted:</strong> 29 July 2011 at 3:55am<br /><br />Thanks, that works verry fine!]]>
   </description>
   <pubDate>Fri, 29 Jul 2011 03:55:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65569&amp;title=solved-firstvisibleday-in-week-or-monthview#65569</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] FirstVisibleDay in Week- or Monthview :   Hi,Don&amp;#039;t know if you&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65512&amp;title=solved-firstvisibleday-in-week-or-monthview#65512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18683<br /><strong>Posted:</strong> 27 July 2011 at 5:23am<br /><br />Hi,<br><br>Don't know if you've resolved this or not but here's some code that does what you require...<br><br><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp; Dim DaysCount As Long<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DaysCount = CalendarControl.ActiveView.DaysCount - 1<br><br>&nbsp;&nbsp;&nbsp; Select Case CalendarControl.ViewType<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case xtpCalendarDayView<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print "First Day: " &amp; CalendarControl.ActiveView.Days(0).Date &amp; ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case xtpCalendarFullWeekView, xtpCalendarMonthView, xtpCalendarWeekView, xtpCalendarWorkWeekView<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print "First Day: " &amp; CalendarControl.ActiveView.Days(0).Date &amp; ", Last Day: " &amp; CalendarControl.ActiveView.Days(DaysCount).Date<br>&nbsp;&nbsp;&nbsp; End Select<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 27 Jul 2011 05:23:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65512&amp;title=solved-firstvisibleday-in-week-or-monthview#65512</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] FirstVisibleDay in Week- or Monthview :    How can I get the FirstVidibleDay...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65329&amp;title=solved-firstvisibleday-in-week-or-monthview#65329</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18683<br /><strong>Posted:</strong> 18 July 2011 at 4:10am<br /><br />How can I get the FirstVidibleDay and the LastVisibleDay in WeekView or MonthView?<div></div>]]>
   </description>
   <pubDate>Mon, 18 Jul 2011 04:10:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18683&amp;PID=65329&amp;title=solved-firstvisibleday-in-week-or-monthview#65329</guid>
  </item> 
 </channel>
</rss>