Intersoft ClientUI Documentation
Maximum Property (UXDateTimePicker)



Gets or sets the maximum DateTime value.
Syntax
<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)
Dim instance As UXDateTimePicker
Dim value As Nullable(Of Date)
 
instance.Maximum = value
 
value = instance.Maximum
[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;}
[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 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

UXDateTimePicker Class
UXDateTimePicker Members

Concepts

UXDateTimeUpDown
UXDateTimePicker

Send Feedback