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






Glossary Item Box

Gets a collection containing the culture-specific abbreviated names of the months.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the months.")>
<System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebControls.DTNameCollectionEditor, ISNet.WebUI.WebInput, Version=4.0.7200.4, Culture=neutral, PublicKeyToken=b1f2a8511635667a")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public ReadOnly Property AbbreviatedMonthNames As DTNameCollection
Visual Basic (Usage)Copy Code
Dim instance As DateTimeFormatInfoWrapper
Dim value As DTNameCollection
 
value = instance.AbbreviatedMonthNames
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the months.")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebControls.DTNameCollectionEditor, ISNet.WebUI.WebInput, Version=4.0.7200.4, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public DTNameCollection AbbreviatedMonthNames {get;}
Delphi 
public read-only property AbbreviatedMonthNames: DTNameCollection; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the months.")
System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebControls.DTNameCollectionEditor, ISNet.WebUI.WebInput, Version=4.0.7200.4, Culture=neutral, PublicKeyToken=b1f2a8511635667a")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
public function get AbbreviatedMonthNames : DTNameCollection
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the months.")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebControls.DTNameCollectionEditor, ISNet.WebUI.WebInput, Version=4.0.7200.4, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property DTNameCollection* get_AbbreviatedMonthNames();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the months.")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebControls.DTNameCollectionEditor, ISNet.WebUI.WebInput, Version=4.0.7200.4, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property DTNameCollection^ AbbreviatedMonthNames {
   DTNameCollection^ get();
}

Property Value

A DTNameCollection that contains the culture-specific abbreviated names of the days of the week.

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.