Version

getValueByMode Method

Gets value according to DataMode.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getValueByMode( 
   mode : Integer,
   limit : {Any}
) : {Any};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDateTimeEditor.getValueByMode(Integer,{Any});

Parameters

mode
DataMode which matches with enum on server.
limit
Internal use only.

Return Value

Value in control.
See Also