Version

centuryThreshold Property

Gets sets year which is used to separate dates which belong to 20th or 21st century, when user entered less than 3 digits in year field. Note: new value does not persist to server. Year
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_centuryThreshold() : Integer
function set_centuryThreshold(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDateTimeEditor.get_centuryThreshold();
See Also