Intersoft ClientUI Documentation
Value Property (UXDateTimeEditor)



Gets or sets the value.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Common Properties")>
Public Overrides Property Value As Nullable(Of Date)
Dim instance As UXDateTimeEditor
Dim value As Nullable(Of Date)
 
instance.Value = value
 
value = instance.Value
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public override Nullable<DateTime> Value {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> Value {
   Nullable<DateTime> get() override;
   void set (    Nullable<DateTime> value) override;
}
Remarks
The UXDateTimeEditor accepts nullable DateTime object.
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

UXDateTimeEditor Class
UXDateTimeEditor Members

Send Feedback