KaxDateInputShortYearCenturyStart Property |
Gets a value that indicates the start of the century that is used to interpret
the year value when a short year (single-digit or two-digit year) is entered in the input.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int ShortYearCenturyStart { get; }
Public ReadOnly Property ShortYearCenturyStart As Integer
Get
public:
property int ShortYearCenturyStart {
int get ();
}
member ShortYearCenturyStart : int with get
Property Value
Type:
Int32
The year when the century starts. Default is 2029.
Remarks
Having a value of 2029 indicates that a short year will be interpreted as a year between 1930 and 2029.
For example 55 will be interpreted as 1955 but 12 -- as 2012
See Also