Intersoft WebScheduler Documentation
TimeInterval Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerWeekView Class : TimeInterval Property






Glossary Item Box

Specifies the time interval used when rendering the hour areas.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the time interval used when rendering the hour areas.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Week View")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property TimeInterval As WebSchedulerTimeScale
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerWeekView
Dim value As WebSchedulerTimeScale
 
instance.TimeInterval = value
 
value = instance.TimeInterval
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the time interval used when rendering the hour areas.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public WebSchedulerTimeScale TimeInterval {get; set;}
Delphi 
public read-write property TimeInterval: WebSchedulerTimeScale; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the time interval used when rendering the hour areas.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Week View")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set TimeInterval : WebSchedulerTimeScale
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the time interval used when rendering the hour areas.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property WebSchedulerTimeScale get_TimeInterval();
public: __property void set_TimeInterval( 
   WebSchedulerTimeScale value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the time interval used when rendering the hour areas.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property WebSchedulerTimeScale TimeInterval {
   WebSchedulerTimeScale get();
   void set (    WebSchedulerTimeScale value);
}

Property Value

The default value is Minutes30.

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

©2013 Intersoft Solutions Corp. All Rights Reserved.