
Visual Basic (Declaration) | |
---|---|
Public Class UXDateTimeUpDown Inherits Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase(Of Nullable(Of Date)) Implements IControl, IFramework, ILicensing |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UXDateTimeUpDown |
C# | |
---|---|
public class UXDateTimeUpDown : Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, IControl, IFramework, 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 IControl, IFramework, ILicensing |
Managed Extensions for C++ | |
---|---|
public __gc class UXDateTimeUpDown : public Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, IControl, IFramework, ILicensing |
C++/CLI | |
---|---|
public ref class UXDateTimeUpDown : public Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, IControl, IFramework, ILicensing |
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 | ![]() |
---|---|
<Grid> <Intersoft:UXDateTimeUpDown Width="100" /> </Grid> |
Intersoft.Client.Framework.ISControl
Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase
Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<T>
Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown
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