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(
: String,
: Number
) : (Any); |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfWebDateTimeEditor.setMonthNameAt(String,Number); |