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






Gets or sets the last date to display.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property DisplayDateEnd As Nullable(Of Date)
Visual Basic (Usage)Copy Code
Dim instance As UXCalendar
Dim value As Nullable(Of Date)
 
instance.DisplayDateEnd = value
 
value = instance.DisplayDateEnd
C# 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public Nullable<DateTime> DisplayDateEnd {get; set;}
Delphi 
public read-write property DisplayDateEnd: Nullable; 
JScript 
CategoryAttribute("Common Properties")
TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set DisplayDateEnd : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property Nullable<DateTime> get_DisplayDateEnd();
public: __property void set_DisplayDateEnd( 
   Nullable<DateTime> value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property Nullable<DateTime> DisplayDateEnd {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Remarks

The range of dates displayed is governed by the DisplayDateStart and DisplayDateEnd properties. If DisplayMode is Year or Decade, only months or years that contain displayable dates will be displayed.

The following example shows UXCalendar with display range starts from January 2010 to December 2011.

XAML Copy Code
<Intersoft:UXCalendar x:Name="UXCalendar1" DisplayDate="1/1/2010"     DisplayDateStart="1/1/2010" DisplayDateEnd="12/31/2011"/>    

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.