JVCL Help:TJvCustomMonthCalendar.CheckDayState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the day states value for a given year and month.


Pascal

 procedureCheckDayState(Year: Word; Month: Word; varDayState: TMonthDayState); virtual;


Parameters

Parameters Description
Year: Word The year to retrieve the TMonthDayState value for.
Month: Word The month to retrieve the TMonthDayState value for.
var DayState: TMonthDayState The variable to retrieve the TMonthDayState value in.


Description

CheckDayStates will retrieve a TMonthDayState value for a given year and month combination. Specifying 0 for the year parameter will retrieve the TMonthDayState value for a recurring item only.


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