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






Gets or sets a value that determines the time interval between hours.

Syntax

Visual Basic (Declaration) 
<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
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleDayView
Dim value As TimeSpan
 
instance.TimeInterval = value
 
value = instance.TimeInterval
C# 
[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;}
Delphi 
public read-write property TimeInterval: TimeSpan; 
JScript 
TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
CategoryAttribute("Common Properties")
public function get,set TimeInterval : TimeSpan
Managed Extensions for C++ 
[TypeConverterAttribute("Intersoft.Client.Framework.TimeSpanTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public: __property TimeSpan get_TimeInterval();
public: __property void set_TimeInterval( 
   TimeSpan value
);
C++/CLI 
[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);
}

Remarks

You can change the time interval between hours in UXScheduleDayView by customizing the TimeInterval property. The time interval is recommended to be a rounded value when divided by an hour, for example:

  • 5 minutes
  • 6 minutes
  • 10 minutes
  • 12 minutes
  • 15 minutes
  • 20 minutes
  • 30 minutes (default value)
  • 60 minutes

If the specified value is not one of the values above, it will be automatically rounded to the nearest value for the best viewing experiences.

Time Interval Copy Code
<Intersoft:UXScheduleDayView DisplayDate="1/2/2012" TimeInterval="00:15:00"            
            EventsSource="{Binding Event

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.