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 |
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;} |
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