Thank you for your feedback! You have rated this topic in the last 30 days.
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();