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






Gets or sets a value that determines the visible end time.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property VisibleEndTime As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleDayViewList
Dim value As TimeSpan
 
instance.VisibleEndTime = value
 
value = instance.VisibleEndTime
C# 
[CategoryAttribute("Common Properties")]
public TimeSpan VisibleEndTime {get; set;}
Delphi 
public read-write property VisibleEndTime: TimeSpan; 
JScript 
CategoryAttribute("Common Properties")
public function get,set VisibleEndTime : TimeSpan
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property TimeSpan get_VisibleEndTime();
public: __property void set_VisibleEndTime( 
   TimeSpan value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property TimeSpan VisibleEndTime {
   TimeSpan get();
   void set (    TimeSpan value);
}

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.