FirstDayOfWeek Property
|
SYNTAX
Pseudo-OOP:
Set:
<ParentWindowName>.<MonthcalName>.FirstDayOfWeek:= cDay
Get:
<ParentWindowName>.<MonthcalName>.FirstDayOfWeek --> cDay
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<MonthcalName>, FirstDayOfWeek , cDay )
Get:
GetProperty ( <ParentWindowName>, <Monthcalame>, FirstDayOfWeek )
--> cDay
DESCRIPTION
The cDay representing which day is to be set as the first day of the week (handly to use the function NToCDoW(<num of day>) -> cDay).