<?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 : Calendar Options</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Calendar Options]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 03:34:18 +0000</pubDate>
  <lastBuildDate>Thu, 06 Dec 2007 14:09:07 +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=9025</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[Calendar Options : Hello, the calendarcontrol sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9025&amp;PID=29226&amp;title=calendar-options#29226</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 9025<br /><strong>Posted:</strong> 06 December 2007 at 2:09pm<br /><br />Hello,<DIV>the calendarcontrol sample have the calendar options with the starting and ending time (office who will be open for straight 8 or more hours), how about the office that will be open from certain time (8AM) then closed at (130PM), the it will be open from (3PM to 830PM).</DIV><DIV>is there any way to add in this calendar option to add 2 more boxes that will let the user to change the hours everytime he load the option window.?</DIV><DIV>I know how to do using code, but I wanted to be added in the option window.</DIV><DIV>Thank you,</DIV><DIV>&nbsp;</DIV><DIV>Code:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CalendarControl_BeforeDrawDayViewCell(ByVal CellParams As XtremeCalendarControl.CalendarDayViewCellParams)<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If TimeValue(CellParams.BeginTime) &gt;=&nbsp;# 1:30:00 PM&nbsp;#&nbsp;And TimeValue(CellParams.BeginTime) &lt;&nbsp;# 3:00:00 PM&nbsp;#&nbsp;_<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And Weekday(CellParams.BeginTime) &lt;&gt; 1 And Weekday(CellParams.BeginTime) &lt;&gt; 7 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CellParams.BackgroundColor = RGB(255, 244, 188)<BR>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>End Sub</DIV>]]>
   </description>
   <pubDate>Thu, 06 Dec 2007 14:09:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9025&amp;PID=29226&amp;title=calendar-options#29226</guid>
  </item> 
 </channel>
</rss>