hmCal_SET UNIT

hmCal_SET UNIT(area;raster)

Parameter          Type             Description
area               Longint      ->  hmCal area
raster             Longint      ->  raster in seconds

Description

The command hmCal_SET UNIT stets the raster of the calendar. The creation and darg and drop of appointments based on the raster. You can pass a raster value from 0 to 3600 seconds. That represents a period from 0 to 60 minutes.

Example

The following example sets the raster to 15 minutes:

hmCal_SET UNIT(hmCal;60*15)