KaxDateInputShortYearCenturyEnd Property |
Gets or sets a value that indicates the end 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 ShortYearCenturyEnd { get; set; }
Public Property ShortYearCenturyEnd As Integer
Get
Set
public:
virtual property int ShortYearCenturyEnd {
int get () sealed;
void set (int value) sealed;
}
abstract ShortYearCenturyEnd : int with get, set
override ShortYearCenturyEnd : int with get, set
Property Value
Type:
Int32
The year when the century ends. Default is 2029.
Implements
IKaxDateInputShortYearCenturyEndRemarks
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