| C1.Win.C1Input Namespace > C1TextBox Class : MinShortYear Property |
'Declaration<C1CategoryAttribute("Date-Time")> <C1DescriptionAttribute("The minimum year that can be entered without leading zeros.")> <DefaultValueAttribute()> Public Property MinShortYear As Integer
'UsageDim instance As C1TextBox Dim value As Integer instance.MinShortYear = value value = instance.MinShortYear
[C1Category("Date-Time")] [C1Description("The minimum year that can be entered without leading zeros.")] [DefaultValue()] public int MinShortYear {get; set;}
[C1Category("Date-Time")] [C1Description("The minimum year that can be entered without leading zeros.")] [DefaultValue()] public: property int MinShortYear { int get(); void set ( int value); }
Target Platforms: 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