hmCal_SET VISIBLE WEEKS

hmCal_SET VISIBLE WEEKS(area;weeks)

Parameter          Type             Description
area               Longint      ->  hmCal area
weeks              Longint      ->  number of weeks

Description

The command hmCal_SET VISIBLE WEEKS sets the number of visible weeks in the month view. You can display up to 28 weeks simultaneously.

Pass 0 in the parameter weeks the calendar displays one month (5 or 6 weeks/standard view).

Example

The following example shows 10 weeks in the month view:

hmCal_SET VISIBLE WEEKS(hmCal;10)