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






Gets or sets a value added or subtracted from the value property.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property Increment As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeUpDown
Dim value As TimeSpan
 
instance.Increment = value
 
value = instance.Increment
C# 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public TimeSpan Increment {get; set;}
Delphi 
public read-write property Increment: TimeSpan; 
JScript 
CategoryAttribute("Common Properties")
TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set Increment : TimeSpan
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property TimeSpan get_Increment();
public: __property void set_Increment( 
   TimeSpan value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
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 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.