hmCal_START ON MONDAY

hmCal_START ON MONDAY(area;startOnMonday)

Parameter          Type             Description
area               Longint      ->  hmCal area
startOnMonday      Longint      ->  0=start on sunday
                                    1=start on monday

Description

With the command hmCal_START ON MONDAY you can set the begin of the weeks in the month view to sunday or monday.

Example

The following example sets the first days of the weeks in the month view to sunday:

hmCal_START ON MONDAY(hmCal;0)