hmCal_Get Timezone

hmCal_Get Timezone(area;timezone) = error

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


Description

The command hmCal_Get Timezone returns the current timezone.

Example

The following example returns the current timezone:

C_TEXT($vt_timezone)
C_LONGINT($vl_error)

$vt_timezone:=""
$vl_error:=hmCal_Get Timezone(hmCal;$vt_timezone)