hmCal_Get Visible Seconds

hmCal_Get Visible Seconds(area) -> seconds

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

Description

The command hmCal_Get Visible Seconds returns the number of visible seconds of the calendar.

Example

The following example returns the number of visible seconds:

C_LONGINT($vl_seconds)

$vl_seconds:=hmCal_Get Visible Seconds(hmCal)