hmCal_Get Visible Weekdays

hmCal_Get Visible Weekdays(area) -> weekdays

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

Description

The command hmCal_Get Visible Weekdays returns the number of visible weekday columns of the calendar in the month view.

Example

The following example returns the number of visible weekday columns defined by the command hmCal_SET VISIBLE WEEKDAYS]:

C_LONGINT($vl_columns)

$vl_columns:=hmCal_Get Visible Weekdays(hmCal)