hmCal_SET VISIBLE DAYS

hmCal_SET VISIBLE DAYS(area;days)

Parameter          Type             Description
area               Longint      ->  hmCal area
days               Real         ->  number of days

Description

The command hmCal_SET VISIBLE DAYS sets the number of visible days of the calendar. The setting is only available in the multi day view and user multi day view.

Pass 0 in the parameter days if you want to show all days.

Example

The following example shows 30 days and displays 2 days, so that the user have to scroll:

hmCal_SET DAY RANGE(hmCal;30)
hmCal_SET VISIBLE DAYS(hmCal;2)