Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - WorkWeekView
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

WorkWeekView

 Post Reply Post Reply
Author
Message
komal View Drop Down
Newbie
Newbie


Joined: 15 February 2011
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote komal Quote  Post ReplyReply Direct Link To This Post Topic: WorkWeekView
    Posted: 18 February 2011 at 12:11am
Hi ,
 
WorkWeekView is showing Mon-Fri as working days.
 
Can i change the working days to Mon-Sat?
 
How can i change the working days?
 
Back to Top
Xander75 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 April 2007
Status: Offline
Points: 353
Post Options Post Options   Thanks (0) Thanks(0)   Quote Xander75 Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2011 at 4:42am
Hi Komal,

You can change the WorkWeekView using the following line of code:


    CalendarControl.Options.WorkWeekMask = xtpCalendarDayMo_Fr + xtpCalendarDaySaturday

Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition
Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)
Back to Top
shalomb View Drop Down
Newbie
Newbie


Joined: 23 January 2012
Location: Israel
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote shalomb Quote  Post ReplyReply Direct Link To This Post Posted: 23 January 2012 at 10:28am
 
CalendarControl.Options.WorkWeekMask = xtpCalendarDayMo_Fr + xtpCalendarDaySaturday
 
CalendarControl.Options.WorkWeekMask = 63 '111111 binary firs Sabbat 1 - Work , 0 - No Work
 
 
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.