Intersoft ClientUI Documentation
DisplayDate Property (UXScheduleViewItemBase)



Gets or sets the initial display date.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DisplayDate As Date
Dim instance As UXScheduleViewItemBase
Dim value As Date
 
instance.DisplayDate = value
 
value = instance.DisplayDate
[CategoryAttribute("Common Properties")]
public DateTime DisplayDate {get; set;}
[CategoryAttribute("Common Properties")]
public:
property DateTime DisplayDate {
   DateTime get();
   void set (    DateTime value);
}
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

UXScheduleViewItemBase Class
UXScheduleViewItemBase Members

Send Feedback