hmCal_mini_SET MONTHS

hmCal_mini_SET MONTHS(area;months)

Parameter          Type             Description
area               Longint      ->  hmCal-mini area
months             Longint      ->  number of month

Description

The command hmCal_mini_SET MONTHS sets the number of visible month of the calendar.

Example

The following example shows the first three months of the year 2007:

C_DATE($vd_date)

$vd_date:=Add to Date(Current Date;2007;1;1)

hmCal_mini_SET START DATE(hmCalmini;$vd_date)
hmCal_mini_SET MONTHS(hmCal;3)