hmCal_Set Timezone

hmCal_Set Timezone(area;timezone) = error

Parameter          Type             Description
area               Longint      ->  hmCal area
timezone           Text         ->  new timezone
error              Longint      <-  error code


Description

The command hmCal_Set Timezone sets the current timezone. You must call this command if you want to export or import data in the iCalendar format.

Example

The following example sets the current timezone:

C_LONGINT($vl_error)

$vl_error:=hmCal_Set Timezone(hmCal;"Europe/Berlin")