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






Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<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)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the days of the week.")>
Public ReadOnly Property AbbreviatedDayNames As DTNameCollection
Visual Basic (Usage)Copy Code
Dim instance As DateTimeFormatInfoWrapper
Dim value As DTNameCollection
 
value = instance.AbbreviatedDayNames
C# 
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[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)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the days of the week.")]
public DTNameCollection AbbreviatedDayNames {get;}
Delphi 
public read-only property AbbreviatedDayNames: DTNameCollection; 
JScript 
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
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()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the days of the week.")
public function get AbbreviatedDayNames : DTNameCollection
Managed Extensions for C++ 
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[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)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the days of the week.")]
public: __property DTNameCollection* get_AbbreviatedDayNames();
C++/CLI 
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[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)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific abbreviated names of the days of the week.")]
public:
property DTNameCollection^ AbbreviatedDayNames {
   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.