Specifies the NumberOfDays of Timeline view.
Specifies the NumberofDays of Timeline view.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Specifies the NumberOfDays of Timeline view.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
Public Property NumberOfDays As System.Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTimelineView
Dim value As System.Integer
instance.NumberOfDays = value
value = instance.NumberOfDays |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies the NumberOfDays of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public System.int NumberOfDays {get; set;} |
Delphi | |
---|
public read-write property NumberOfDays: System.Integer; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Specifies the NumberOfDays of Timeline view.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
public function get,set NumberOfDays : System.int |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies the NumberOfDays of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public: __property System.int get_NumberOfDays();
public: __property void set_NumberOfDays(
System.int value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies the NumberOfDays of Timeline view.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public:
property System.int NumberOfDays {
System.int get();
void set ( System.int value);
} |
Property Value
The default value is 1.
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