hmCal_mini_Get Date

hmCal_mini_Get Date(area) -> date

Parameter          Type             Description
area               Longint      ->  hmCal-mini Bereich
date               Date         <-  current selected date

Description

The command hmCal_mini_Get Date returns the current selected date of the calendar.

Example

The following example selects the next date:

C_DATE($vd_date)

$vd_date:=hmCal_mini_Get Date(hmCal)
hmCal_mini_SET DATE(hmCal;$vd_date+1)