Intersoft.Client.UI.ScheduleView Namespace > UXScheduleDayView Class : DayStartTime Property |
<CategoryAttribute("Common Properties")> Public Property DayStartTime As TimeSpan
Dim instance As UXScheduleDayView Dim value As TimeSpan instance.DayStartTime = value value = instance.DayStartTime
[CategoryAttribute("Common Properties")] public TimeSpan DayStartTime {get; set;}
[CategoryAttribute("Common Properties")] public: property TimeSpan DayStartTime { TimeSpan get(); void set ( TimeSpan value); }
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}"/> |
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