hmCal_Get Visible Days

hmCal_Get Visible Days(area) -> days

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

Description

The command hmCal_Get Visible Days returns the number of visible days of the calendar in the user multi day view.

Example

The following example returns the number of visible days:

C_LONGINT($vl_days)

$vl_days:=hmCal_Get Visible Days(hmCal)