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






Gets or sets the maximum DateTime value.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Common Properties")>
Public Property Maximum As Nullable(Of Date)
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimePicker
Dim value As Nullable(Of Date)
 
instance.Maximum = value
 
value = instance.Maximum
C# 
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public Nullable<DateTime> Maximum {get; set;}
Delphi 
public read-write property Maximum: Nullable; 
JScript 
TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
CategoryAttribute("Common Properties")
public function get,set Maximum : Nullable
Managed Extensions for C++ 
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public: __property Nullable<DateTime> get_Maximum();
public: __property void set_Maximum( 
   Nullable<DateTime> value
);
C++/CLI 
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public:
property Nullable<DateTime> Maximum {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Remarks

This property accept datetime object and only active when the IsEditable property is set to False. You set this property to limit the maximum value you can spin.

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.