Visual Basic (Declaration) | |
---|---|
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute()> <System.Web.UI.ThemeableAttribute(False)> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets maximum date value.")> Public Property MaxDate As System.Date |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim value As System.Date instance.MaxDate = value value = instance.MaxDate |
C# | |
---|---|
[System.ComponentModel.CategoryAttribute("Behavior")] [System.ComponentModel.DefaultValueAttribute()] [System.Web.UI.ThemeableAttribute(false)] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DescriptionAttribute("Gets or sets maximum date value.")] public System.DateTime MaxDate {get; set;} |
Delphi | |
---|---|
public read-write property MaxDate: System.DateTime; |
JScript | |
---|---|
System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.DefaultValueAttribute() System.Web.UI.ThemeableAttribute() System.ComponentModel.NotifyParentPropertyAttribute() System.ComponentModel.DescriptionAttribute("Gets or sets maximum date value.") public function get,set MaxDate : System.DateTime |
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