Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addCustomDay Method
Adds new custom day. Note: new day does not persist after a postback.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addCustomDay(
: Number,
: Number,
: Number,
: Number,
: Boolean,
: String,
: String
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.addCustomDay(Number,Number,Number,Number,Boolean,String,String); |
Parameters
- year
- Year of custom day. Range: 0..9999.
- month
- Month of year. Range: 0..12.
- day
- Day of month. Range: 0..31.
- dow
- Day of the week. Range: -1..6.
- disabled
- Request to render day with disabled style.
- text
- Html used for day. It may contain {0}.
- css
- Custom css.
See Also