Intersoft ClientUI Documentation
MaxValue Property



Gets or sets the maximum DateTime value.
Syntax
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property MaxValue As Nullable(Of Date)
Dim instance As UXDateTimeEditor
Dim value As Nullable(Of Date)
 
instance.MaxValue = value
 
value = instance.MaxValue
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public Nullable<DateTime> MaxValue {get; set;}
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property Nullable<DateTime> MaxValue {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}
Remarks
MaxValue property is available if you wish to limit the accepted date time value, by default this value is null so any valid date time value is accepted. Inputting date time value outside the accepted range cause the UXDateTimeEditor to throw an error.
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

Reference

UXDateTimeEditor Class
UXDateTimeEditor Members

Send Feedback