Version

CenturyThreshold Property

Sets year for auto detection of 20th and 21st centuries. That option is used to automatically fill century when the user entered only 1 or 2 digits into the year field or when the date pattern contains only 1 or 2 year positions, e.g. "yy" or "y". If user entered value larger than value of this option, then 20th century is used, otherwise the 21st.
Syntax
'Declaration
 
Public Property CenturyThreshold As System.Nullable(Of Integer)
public System.Nullable<int> CenturyThreshold {get; set;}
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub