hmCal_Get Visible Hours

hmCal_Get Visible Hours(area) -> hours

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

Notice: This command is obsolete in version 2.3. Please use
hmCal_Get Visible Seconds!


Description

The command hmCal_Get Visible Hours returns the number of visible hours of the calendar.

Example

The following example returns the number of visible hours:

C_LONGINT($vl_hours)

$vl_hours:=hmCal_Get Visible Hours(hmCal)