<?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 : MonthView Issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : MonthView Issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 08:59:22 +0000</pubDate>
  <lastBuildDate>Wed, 06 Jul 2011 13:21:31 +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=18213</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[MonthView Issue :    What code do you use to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18213&amp;PID=65137&amp;title=monthview-issue#65137</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18213<br /><strong>Posted:</strong> 06 July 2011 at 1:21pm<br /><br />What code do you use to do this?&nbsp; If you use the code from the sample I noticed it does not handle custom time entered into the start\end time, it only uses the time values entered into the combo.&nbsp; So what happens is when you enter your custom time is it uses the value at index 0, which is 12AM and makes you have an event that stops before your next day begins.<br><br>As a test add a combo entry of 11:59 PM to the calendar sample and see that it does work:<br><br>.....<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dtHours = dtHours.AddMinutes(-1);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmbEndTime.Items.Insert(48, dtHours.ToShortTimeString());<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmbStartTime.SelectedIndex = 10;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmbEndTime.SelectedIndex = 11;<br><br>Maybe in your code you will just check that they entered a valid time that is greater than the start time.&nbsp; As you can see the sample does not account for this and uses only the indexed values:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; StartTime = StartTime.AddHours(cmbStartTime.SelectedIndex / 2);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; EndTime = EndTime.AddHours(cmbEndTime.SelectedIndex / 2);<br><br>We will update the samples to allow custom time as well.<br>]]>
   </description>
   <pubDate>Wed, 06 Jul 2011 13:21:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18213&amp;PID=65137&amp;title=monthview-issue#65137</guid>
  </item> 
  <item>
   <title><![CDATA[MonthView Issue : Can someone from codejock please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18213&amp;PID=64113&amp;title=monthview-issue#64113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6040">cannones</a><br /><strong>Subject:</strong> 18213<br /><strong>Posted:</strong> 29 April 2011 at 8:16am<br /><br />Can someone from codejock please reply to this message ?]]>
   </description>
   <pubDate>Fri, 29 Apr 2011 08:16:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18213&amp;PID=64113&amp;title=monthview-issue#64113</guid>
  </item> 
  <item>
   <title><![CDATA[MonthView Issue : Hi All,Why is it that when I am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18213&amp;PID=63849&amp;title=monthview-issue#63849</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6040">cannones</a><br /><strong>Subject:</strong> 18213<br /><strong>Posted:</strong> 12 April 2011 at 10:40pm<br /><br />Hi All,<br><br>Why is it that when I am in month view and I display an appointment that commences say on the 26/04/2011 12:00AM and concludes on the 27/04/2011 23:59 PM then it only shows it as one day on the view..??.<br><br>Is there a property that can be set so that it will physically show that the task will take at least two days ?? or do I need to implement a workaround ??<br><br>Sam<br>]]>
   </description>
   <pubDate>Tue, 12 Apr 2011 22:40:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18213&amp;PID=63849&amp;title=monthview-issue#63849</guid>
  </item> 
 </channel>
</rss>