Creating a calendar using the wizard

T

Tony B

Hi,
I'm trying to create a calendar using VB.NET. So far I can create a
calendar but it's only for the current month. How do I specify a date range?

I create the calendar like this:

objCalendar =
objPublisher.NewDocument(Publisher.PbWizard.pbWizardCalendars, 45)

But no matter what I try I can't extend the calendar to 12 months.

TIA.

Tony
 
Top