hmCal_Get Day Range

hmCal_Get Day Range(area) -> days

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

Description

The command hmCal_Get Day Range returns, the number of visible days in the multi-day view. Values are possible between 2 and 1000 days.

Example

The following example returns the current number of visible days:

C_LONGINT($vl_days)

$vl_days=hmCal_Get Day Range(hmCal)