hmCal_GET VISIBLE FRAME

hmCal_GET VISIBLE FRAME(area;fromDate;fromTime;tillDate;tillTime)

Parameter          Type             Description
area               Longint      ->  hmCal Bereich
fromDate           Datum        <-  from date
fromTime           Longint      <-  from time
tillDate           Datum        <-  till date
tillTime           Longint      <-  till time

Description

The command hmCal_GET VISIBLE FRAME returns the visible time range of the visible area in the parameters fromDate, fromTime, tillDate and tillTime. Unlike the command hmCal_GET VISIBLE TIMERANGE this command only returns the time range of the visible area.

Example

The following example returns the timerange of the visible area:
C_DATE($vd_date1;$vd_date2)
C_LONGINT($vl_time1;$vl_time2)

hmCal_GET VISIBLE FRAME(hmCal;$vd_date1;$vl_time1;$vd_date2;$vl_time2)