JVCL Help:TJvMonthCalWeekDay

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to determine which week day is shown as the first day of a week.

run\JvCalendar.pas


Pascal

 run\JvCalendar.pas
 TJvMonthCalWeekDay = (
mcLocale,
mcMonday,
mcTuesday,
mcWednesday,
mcThursday,
mcFriday,
mcSaturday,
mcSunday
);


Members

Members Description
mcLocale This usually is Monday as specified by the ISO 8601 specification.
mcMonday The first day of the week is Monday.
mcTuesday The first day of the week is Tuesday.
mcWednesday The first day of the week is Wednesday.
mcThursday The first day of the week is Thursday.
mcFriday The first day of the week is Friday.
mcSaturday The first day of the week is Saturday.
mcSunday The first day of the week is Sunday.

run\JvCalendar.pas


Description

TJvMonthCalWeekDay is used by the month calendar to determine which day of the week is the first to be shown.

run\JvCalendar.pas


See Also

TJvCustomMonthCalendar.FirstDayOfWeek

run\JvCalendar.pas


About

Navigation

no pages or subcategories

run\JvCalendar.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page