hmCal_SET DAYS PER USER
hmCal_SET DAYS PER USER(area;days)
Parameter Type Description
area Longint -> hmCal area
days Longint -> days
The command hmCal_SET DAYS PER USER definies, how many days have to been display for each user in the user day view.

Example with three users and two days of each.
The following example shows in the user day view 3 users and 5 days of each user:
hmCal_SET USERS PER PAGE(hmCal;3)
hmCal_SET DAYS PER USER(hmCal;5)