hmCal_SET VISIBLE HOURS

hmCal_SET VISIBLE HOURS(area;hours)

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

Notice: This command is obsolete in version 2.3. Please use
hmCal_SET VISIBLE SECONDS!


Description

The command hmCal_SET VISIBLE HOURS sets the number of visible hours of the calendar. Only values between 1 and 24 hours are valid. All other values are ignored.

Example

The following example shows all 24 hours of a day, so that scrolling is not necessary:

hmCal_SET VISIBLE HOURS(hmCal;24)