Version

setMonthNameAt Method

Sets string which represents name of month. Note: new value does not persist to server.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setMonthNameAt( 
   val : String,
   i : Number
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDateTimeEditor.setMonthNameAt(String,Number);

Parameters

val
Name of month.
i
Index of month in range between 0 and 11.
See Also