maxDate Property
Gets sets maximum date as Date. The set method does not update html. In order to refresh image, application should call refresh(). Note: new value does not persist to server. Maximum date
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_maxDate() : Date
function set_maxDate(value : Date) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.get_maxDate(); |