Contents Index Topic Contents | ||
Previous Topic: MonthCal_GetCurSel Next Topic: MonthCal_GetMaxSelCount |
MonthCal_GetFirstDayOfWeek
DWORD MonthCal_GetFirstDayOfWeek( HWND hwndMC );Retrieves the first day of the week for a month calendar control. You can use this macro or send the MCM_GETFIRSTDAYOFWEEK message explicitly.
- Returns a DWORD value that contains two values. The high word is a BOOL value that is nonzero if the first day of the week is set to something other than LOCALE_IFIRSTDAYOFWEEK, or zero otherwise. The low word is an INT value that represents the first day of the week. This will be one of the day numbers.
- hwndMC
- Handle to a month calendar control.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.