minDate Property
Gets sets minimum date as Date. Notes: New value does not persist to server. The set method does not update html. In order to refresh image, application should call refresh(). Minimum date
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_minDate() : Date
function set_minDate(value : Date) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.get_minDate(); |