setDowNameAt Method
Sets string which represents name of day of the week. Note: new value does not persist to server.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setDowNameAt(
: String,
: Number
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDateTimeEditor.setDowNameAt(String,Number); |