Intersoft.Client.UI.ScheduleView Namespace > UXScheduleDayView Class : TimeInterval Property |
<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 UXScheduleDayView 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); }
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:
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 |
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