Intersoft ClientUI Documentation
VisibleEndTime Property (UXScheduleDayView)



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

If you need to restrict the visible hours due to your application's requirements, you can easily customize the visible hours by simply customizing the VisibleStartTime and VisibleEndTime properties. By default, UXScheduleDayView will list all hours in a day.

Visible Hours
Copy Code
<Intersoft:UXScheduleDayView DisplayDate="1/4/2012" VisibleStartTime="06:00:00" VisibleEndTime="22: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