Intersoft ClientUI Documentation
DayStartTime Property
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleDayView Class : DayStartTime Property






Gets or sets a value that determines the work hours start time.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property DayStartTime As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleDayView
Dim value As TimeSpan
 
instance.DayStartTime = value
 
value = instance.DayStartTime
C# 
[CategoryAttribute("Common Properties")]
public TimeSpan DayStartTime {get; set;}
Delphi 
public read-write property DayStartTime: TimeSpan; 
JScript 
CategoryAttribute("Common Properties")
public function get,set DayStartTime : TimeSpan
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property TimeSpan get_DayStartTime();
public: __property void set_DayStartTime( 
   TimeSpan value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property TimeSpan DayStartTime {
   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 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.