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






Glossary Item Box

Specifies the time interval used when rendering the hour areas.

Syntax

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