Intersoft ClientUI Documentation
TimeInterval Property (UXScheduleDayViewItem)



Gets or sets a value that determines the time interval between hours.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Common Properties")>
Public Property TimeInterval As TimeSpan
Dim instance As UXScheduleDayViewItem
Dim value As TimeSpan
 
instance.TimeInterval = value
 
value = instance.TimeInterval
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public TimeSpan TimeInterval {get; set;}
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public:
property TimeSpan TimeInterval {
   TimeSpan get();
   void set (    TimeSpan value);
}
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

UXScheduleDayViewItem Class
UXScheduleDayViewItem Members

Send Feedback