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