Intersoft WebInput Documentation
ShowOtherMonthDay Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditor Class : ShowOtherMonthDay Property






Glossary Item Box

Specifies if datetime editor other month day section is showed. Specifies if datetime editor other month day section is showed.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies if datetime editor other month day section is showed.")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property ShowOtherMonthDay As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditor
Dim value As System.Boolean
 
instance.ShowOtherMonthDay = value
 
value = instance.ShowOtherMonthDay
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor other month day section is showed.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.bool ShowOtherMonthDay {get; set;}
Delphi 
public read-write property ShowOtherMonthDay: System.Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies if datetime editor other month day section is showed.")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set ShowOtherMonthDay : System.boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor other month day section is showed.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.bool get_ShowOtherMonthDay();
public: __property void set_ShowOtherMonthDay( 
   System.bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor other month day section is showed.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.bool ShowOtherMonthDay {
   System.bool get();
   void set (    System.bool value);
}

Property Value

The default is true.

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.