Intersoft ClientUI Documentation
SelectionStartDate Property



Gets or sets a value that determines the selection start date.
Syntax
Public Property SelectionStartDate As Date
Dim instance As UXScheduleViewCalendar
Dim value As Date
 
instance.SelectionStartDate = value
 
value = instance.SelectionStartDate
public DateTime SelectionStartDate {get; set;}
public:
property DateTime SelectionStartDate {
   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

UXScheduleViewCalendar Class
UXScheduleViewCalendar Members

Send Feedback