Intersoft ClientUI Documentation
Increment Property (UXDateTimeUpDown)



Gets or sets a value added or subtracted from the value property.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Common Properties")>
Public Property Increment As TimeSpan
Dim instance As UXDateTimeUpDown
Dim value As TimeSpan
 
instance.Increment = value
 
value = instance.Increment
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public TimeSpan Increment {get; set;}
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public:
property TimeSpan Increment {
   TimeSpan get();
   void set (    TimeSpan value);
}

Property Value

This property accept timespan object and only active when the IsEditable property is set to False. You set this property to increases the value of the UXDateTimeUpDown value by the same amount as the Increment property.
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

UXDateTimeUpDown Class
UXDateTimeUpDown Members

Concepts

UXDateTimeUpDown

Send Feedback