JVCL Help:StringToDayStates
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: StringToDayStates function
[+] JvCalendar.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a comma separated list of day numbers into a TMonthDayState value.
Pascal
run\JvCalendar.pas
functionStringToDayStates(constS: string): TMonthDayState;
Parameters
Parameters | Description |
const S: string | String containing a comma separated list of day numbers. |
Description
StringToDayStates converts a comma separated list of day numbers into a TMonthDayState value. The string may not contain spaces. Numbers that fall outside the range 1..31 are ignored.
See Also
About
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