Print CalendarControl |
Post Reply |
Author | |
cmm2006
Senior Member Joined: 26 September 2006 Status: Offline Points: 118 |
Post Options
Thanks(0)
Posted: 15 October 2006 at 7:49pm |
Hi,
How can I be able to print only the working hours. ?
for example: if my calendarcontrol begintime is 9am and endtime is 5pm, I only want to print the events between 9am and 5pm.
Thank you,
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Maybe you are looking for this?
CalendarControl.PrintOptions.PrintFromToExactly = True CalendarControl.PrintOptions.PrintFrom = ... CalendarControl.PrintOptions.PrintTo = ... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |