hmCal_Get Format

hmCal_Get Format(area;type) -> format

Parameter          Type             Description
area               Longint      ->  hmCal area
type               Longint      ->  Formattype
format             Text         <-  Format

Description

The command hmCal_Get Format returns the format for a specific type. Pass a formattype in the parameter type and you will get back the format as the result.

For more details about the
Lesen Sie dazu mehr im Kapitel hmCal_SET FORMAT

Example

The following example returns the date format:

C_TEXT($vt_format)

$vt_format:=hmCal_Get Format (calArea;1)