hmCal_SET TIME 4D FORMAT

hmCal_SET TIME 4D FORMAT(area;format)

Parameter          Type             Description
area               Longint      ->  hmCal area
format             Longint      ->  format number

Description

The command hmCal_SET TIME 4D FORMAT sets the current time format. You can pass a standard 4D time format number in the parameter format.

Example

The following example sets the time format:

hmCal_SET TIME 4D FORMAT(hmCal;HH MM AM PM)