SECCalendar::SetFirstDayOfWeek
voidSECCalendar::SetFirstDayOfWeek(intnNewFirstDay, BOOLbRedraw)
Sets the first day of the week.
Defined in: Calendar.cpp
Return Value
void
Parameters
nNewFirstDay
Integer representing the first day of the week:
1
Sunday
2
Monday
3
Tuesday
4
Wednesday
5
Thursday
6
Friday
7
Saturday
bRedraw
Set to true if the control needs to be redrawn.
See Also