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






Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Gets or sets minimum date value.")>
<System.Web.UI.ThemeableAttribute(False)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Behavior")>
Public Property MinDate As System.Date
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As System.Date
 
instance.MinDate = value
 
value = instance.MinDate
C# 
[System.ComponentModel.DescriptionAttribute("Gets or sets minimum date value.")]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
public System.DateTime MinDate {get; set;}
Delphi 
public read-write property MinDate: System.DateTime; 
JScript 
System.ComponentModel.DescriptionAttribute("Gets or sets minimum date value.")
System.Web.UI.ThemeableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
public function get,set MinDate : System.DateTime
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Gets or sets minimum date value.")]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
public: __property System.DateTime get_MinDate();
public: __property void set_MinDate( 
   System.DateTime value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Gets or sets minimum date value.")]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
public:
property System.DateTime MinDate {
   System.DateTime get();
   void set (    System.DateTime value);
}

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.