Intersoft WebInput Documentation
MinDropDownYear Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditor Class : MinDropDownYear Property






Glossary Item Box

Gets or sets minimum value of datetime year. Gets or sets minimum value of datetime year

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.DescriptionAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Appearance")>
Public Property MinDropDownYear As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditor
Dim value As System.Integer
 
instance.MinDropDownYear = value
 
value = instance.MinDropDownYear
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
public System.int MinDropDownYear {get; set;}
Delphi 
public read-write property MinDropDownYear: System.Integer; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.DescriptionAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Appearance")
public function get,set MinDropDownYear : System.int
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
public: __property System.int get_MinDropDownYear();
public: __property void set_MinDropDownYear( 
   System.int value
);
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Appearance")]
public:
property System.int MinDropDownYear {
   System.int get();
   void set (    System.int value);
}

Property Value

A MinDropDownYear that contains minimum value of datetime year. The default value is 1900.

Requirements

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

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.