Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
repaint Method
Adjusts month and year of calendar and repaints it.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function repaint(
: Integer,
: Integer,
: Boolean,
: {Any},
: {Any}
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.repaint(Integer,Integer,Boolean,{Any},{Any}); |
Parameters
- year
- Year.
- month
- Month.
- check
- Internal use only. Check current month.
- e
- Internal use only. Browser event.
- focD
- Internal use only. Override value of focus day.
See Also