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






Represents a control that enables single value selection from a datetime values through a UXSpinner and UXTextBox.

Object Model

UXDateTimeUpDown Class

Syntax

Visual Basic (Declaration) 
Public Class UXDateTimeUpDown 
   Inherits Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase(Of Nullable(Of Date))
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeUpDown
C# 
public class UXDateTimeUpDown : Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, IControlIFramework, ILicensing  
Delphi 
public class UXDateTimeUpDown = class(Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase, IControl, IFramework, ILicensing)
JScript 
public class UXDateTimeUpDown extends Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
public __gc class UXDateTimeUpDown : public Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, IControlIFramework, ILicensing  
C++/CLI 
public ref class UXDateTimeUpDown : public Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, IControlIFramework, ILicensing  

Remarks

UXDateTimeUpDown is a control that combines the UXDateTimeEditor control with UXButtonSpinner control to display date and time values. Since this control is a combination of several controls, it has similar characteristics with the used controls. This control accepts standard and custom .NET DateTime format in the EditMask and DisplayMask. Some of the format is not supported in EditMask because it is only used as a display format.

XAML Copy Code
<Grid>
    <Intersoft:UXDateTimeUpDown Width="100" />
</Grid>

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase
                     Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<T>
                        Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown

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.