Version

customDays Property

Gets array of objects which used by calendar to modify default rendering of days. Each item may contain following optional members: day: day in month in range of 1..31; month: month in year in range of 1..12; year: year in range of 2..9999; dow: day of the week in range of 0..6; disabled: value of true makes day disabled; css: name of custom css class; text: html used to render day. If it contains {0}, then it is replaced by the day of the month. Custom days in calendar
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_customDays() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebMonthCalendar.get_customDays();
See Also