Intersoft ClientUI Documentation
DayEndTime Property (UXScheduleDayView)



Gets or sets a value that determines the work hours end time.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DayEndTime As TimeSpan
Dim instance As UXScheduleDayView
Dim value As TimeSpan
 
instance.DayEndTime = value
 
value = instance.DayEndTime
[CategoryAttribute("Common Properties")]
public TimeSpan DayEndTime {get; set;}
[CategoryAttribute("Common Properties")]
public:
property TimeSpan DayEndTime {
   TimeSpan get();
   void set (    TimeSpan value);
}
Remarks

In UXScheduleDayView, the time cells that indicate working hours are shown in white background, while the non-working hours are shown in light blue background. You can customize the working hours by customizing the DayStartTime and DayEndTime properties. By default, the working hours start from 08:00:00 to 17:00:00.

Work Hours
Copy Code
<Intersoft:UXScheduleDayView  DisplayDate="1/4/2012" DayStartTime="07:00:00" DayEndTime="19:00:00"            
            EventsSource="{Binding Events}" CategoriesSource="{Binding Categories}" ResourcesSource="{Binding Resources}"/>
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

UXScheduleDayView Class
UXScheduleDayView Members

Send Feedback