hmCal_Count Appointments

hmCal_Count Appointments(area) -> count

Parameter          Type             Description
area               Longint      ->  hmCal area
count              Longint      <-  sum of all appointments

Description

The command hmCal_Count Appointments returns the count of all appointments.

Example

The following example returns the count of all appointments of the calendar:

C_LONGINT($vl_count)

$vl_count:=hmCal_Count Appointments(hmCal)