hmCal_SET TIME FORMAT

hmCal_SET TIME FORMAT(area;format)

Parameter          Type             Description
area               Longint      ->  hmCal area
format             Text         ->  Time format

Notice: This command is obsolete in version 2.2. Please use
hmCal_SET FORMAT!


Description

The command hmCal_SET TIME FORMAT sets the current time format.

Contrary to the command hmCal_SET TIME 4D FORMAT you can define your own time formats define.

Is the parameter format an empty string, the standard time format is used or the time format defined by the command hmCal_SET TIME 4D FORMAT.

You can find a table for all placeholder in chapter hmCal_SET DATE FORMAT.

Example

The following example sets the time format to 1:00 AM:

hmCal_SET TIME FORMAT(hmCal;"%I:%M %p")