hmCal_SET VISIBLE SECONDS

hmCal_SET VISIBLE SECONDS(area;seconds)

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

Description

The command hmCal_SET VISIBLE SECONDS sets the number of visible seconds of the calendar. Only values between 3600 and 86400 seconds are allowed. 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 SECONDS(hmCal;24*3600)