TWallCalendar.SetDayName method
|
Unit
WallCalendar Applies to
TWallCalendar Declaration
procedure SetDayName ( theDay : TDayofWeek ;
DayText : string ) ;
Register;
Description
The SetDayName procedure is used to change the name of a specified day
of the week from its English default. The theDay parameter of type TDayofWeek
specifies what day of the week you would like to change, and the DayText parameter
should contain the text you would like to display for that day of the week.
This procedure is helpful when changing the day of the week names for a language
other than English.
See also: SetMonthName