Intersoft ClientUI Documentation
MinValue Property



Gets or sets the minimum 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 MinValue As Nullable(Of Date)
Dim instance As UXDateTimeEditor
Dim value As Nullable(Of Date)
 
instance.MinValue = value
 
value = instance.MinValue
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public Nullable<DateTime> MinValue {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> MinValue {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}
Remarks
MinValue 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