Gets a collection containing the culture-specific full names of the days of the week.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific full names of the days of the week.")>
<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")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public ReadOnly Property DayNames As DTNameCollection |
C# | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific full names of the days of the week.")]
[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")]
[ISNet.Serialization.BinarySerializableAttribute()]
public DTNameCollection DayNames {get;} |
JScript | |
---|
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific full names of the days of the week.")
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")
ISNet.Serialization.BinarySerializableAttribute()
public function get DayNames : DTNameCollection |
Managed Extensions for C++ | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific full names of the days of the week.")]
[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")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property DTNameCollection* get_DayNames(); |
C++/CLI | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets a collection containing the culture-specific full names of the days of the week.")]
[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")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property DTNameCollection^ DayNames {
DTNameCollection^ get();
} |
Property Value
A
DTNameCollection that contains the culture-specific full 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