Intersoft WebScheduler Documentation
NumberOfMonthDisplayed Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerCalendarSettings Class : NumberOfMonthDisplayed Property






Glossary Item Box

Sets or gets number of calendar displayed in WebScheduler. Sets or gets number of calendar displayed in WebScheduler.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Sets of gets number of calendar displayed in WebScheduler.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Calendar")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property NumberOfMonthDisplayed As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerCalendarSettings
Dim value As System.Integer
 
instance.NumberOfMonthDisplayed = value
 
value = instance.NumberOfMonthDisplayed
C# 
[System.ComponentModel.DescriptionAttribute("Sets of gets number of calendar displayed in WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public System.int NumberOfMonthDisplayed {get; set;}
Delphi 
public read-write property NumberOfMonthDisplayed: System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Sets of gets number of calendar displayed in WebScheduler.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Calendar")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set NumberOfMonthDisplayed : System.int
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Sets of gets number of calendar displayed in WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_NumberOfMonthDisplayed();
public: __property void set_NumberOfMonthDisplayed( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Sets of gets number of calendar displayed in WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int NumberOfMonthDisplayed {
   System.int get();
   void set (    System.int value);
}

Property Value

The default value is 3.

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.