hmCal_GET SYSTEM TIMEZONE

hmCal_GET SYSTEM TIMEZONE(timezone)

Parameter          Type             Description
timezone           Text        <-   System timezone

Description

The command hmCal_GET SYSTEM TIMEZONE returns the current timezone of the operating system.

Example

The following example returns the system timezone:

C_TEXT($vt_systemtimezone)

$vt_systemtimezone:=""
hmCal_GET SYSTEM TIMEZONE ($vt_systemtimezone)