hmCal_SET VISIBLE WEEKDAYS

hmCal_SET VISIBLE WEEKDAYS(area;weekdays)

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

Description

The command hmCal_SET VISIBLE WEEKDAYS sets the number of visible weekday in the month view. You can display one or up to all seven weekdays.

Example

The following example shows the month view from monday to friday:

hmCal_SET VISIBLE WEEKDAYS(hmCal;5)