Intersoft ClientUI Documentation
MinValue Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimeEditor Class : MinValue Property






Gets or sets the minimum DateTime value.

Syntax

Visual Basic (Declaration) 
<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)
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeEditor
Dim value As Nullable(Of Date)
 
instance.MinValue = value
 
value = instance.MinValue
C# 
[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;}
Delphi 
public read-write property MinValue: Nullable; 
JScript 
CategoryAttribute("Common Properties")
TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set MinValue : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property Nullable<DateTime> get_MinValue();
public: __property void set_MinValue( 
   Nullable<DateTime> value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.